From: Yunchuan Wen Date: Wed, 30 Nov 2016 09:21:37 +0000 (+0000) Subject: include/Context.h: remove unneeded forward declaration X-Git-Tag: v11.1.0~6^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=582ff3bb3414f52199f857e461ef26249a0f40ef;p=ceph.git include/Context.h: remove unneeded forward declaration Signed-off-by: Yunchuan Wen --- diff --git a/src/include/Context.h b/src/include/Context.h index ddd585f314de..57250e7c006a 100644 --- a/src/include/Context.h +++ b/src/include/Context.h @@ -251,13 +251,6 @@ public: typedef C_ContextsBase C_Contexts; - -// Forward declare GatherBuilder in order -// to be able to friend it from Gather -template -class C_GatherBuilderBase; - - /* * C_Gather *