]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
bluestore: Remove redundant struct declaration
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 8 Nov 2016 16:25:05 +0000 (11:25 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 17 Nov 2016 00:54:31 +0000 (19:54 -0500)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/os/bluestore/BlueStore.h

index c99da688bff1b3a453632e24f255670c6ff52989..12c92100861fcf6275a8f4c8ee002c18b673e704 100644 (file)
@@ -1080,8 +1080,6 @@ public:
     bool map_any(std::function<bool(OnodeRef)> f);
   };
 
-  struct Cache;
-
   struct Collection : public CollectionImpl {
     BlueStore *store;
     Cache *cache;       ///< our cache shard