]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
bluestore: Fix redeclaration of struct
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 2 Feb 2017 20:52:19 +0000 (15:52 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 3 Feb 2017 22:23:23 +0000 (17:23 -0500)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/os/bluestore/BlueStore.h

index 160a96f2754834673e3f2c7bfd3a67ece0138e0b..0b229a93d0a391973b948a39cb5aebac3942ed9e 100644 (file)
@@ -318,7 +318,6 @@ public:
   };
 
   struct SharedBlobSet;
-  struct Collection;
 
   /// in-memory shared blob state (incl cached buffers)
   struct SharedBlob {