]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
include/Context.h: remove unneeded forward declaration
authorYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Wed, 30 Nov 2016 09:21:37 +0000 (09:21 +0000)
committerLi Wang <li.wang@kylin-cloud.com>
Thu, 1 Dec 2016 09:02:56 +0000 (09:02 +0000)
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
src/include/Context.h

index ddd585f314de71b8c852b4181b70d944e4ccc351..57250e7c006aa28f525d4c2745733e7247063685 100644 (file)
@@ -251,13 +251,6 @@ public:
 
 typedef C_ContextsBase<Context, Context> C_Contexts;
 
-
-// Forward declare GatherBuilder in order
-// to be able to friend it from Gather
-template <class ContextType, class GatherType>
-class C_GatherBuilderBase;
-
-
 /*
  * C_Gather
  *