From: Michal Jarzabek Date: Sat, 10 Sep 2016 18:17:57 +0000 (+0100) Subject: osd/ReplicatedPG: remove class redeclaration X-Git-Tag: v11.0.1~266^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b4fd5fd9755405f3cb0bd54ca9405d339853375a;p=ceph.git osd/ReplicatedPG: remove class redeclaration Signed-off-by: Michal Jarzabek --- diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index b3b936a58ef3..66bc96827aa1 100644 --- a/src/osd/ReplicatedPG.h +++ b/src/osd/ReplicatedPG.h @@ -172,7 +172,6 @@ public: * can associate itself with the correct copy operation. */ typedef boost::tuple CopyCallbackResults; - class CopyCallback; friend class CopyFromCallback; friend class PromoteCallback;