From: Adam C. Emerson Date: Tue, 8 Nov 2016 16:25:05 +0000 (-0500) Subject: bluestore: Remove redundant struct declaration X-Git-Tag: v11.1.0~241^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=075b28ea00fd582c94827fe8c265285a5747ec0b;p=ceph.git bluestore: Remove redundant struct declaration Signed-off-by: Adam C. Emerson --- diff --git a/src/os/bluestore/BlueStore.h b/src/os/bluestore/BlueStore.h index c99da688bff..12c92100861 100644 --- a/src/os/bluestore/BlueStore.h +++ b/src/os/bluestore/BlueStore.h @@ -1080,8 +1080,6 @@ public: bool map_any(std::function f); }; - struct Cache; - struct Collection : public CollectionImpl { BlueStore *store; Cache *cache; ///< our cache shard