From: huangjun Date: Sat, 17 Dec 2016 02:00:06 +0000 (+0800) Subject: osd/ECBackend: remove unused variable "ReadCB" X-Git-Tag: v12.0.0~389^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12543%2Fhead;p=ceph.git osd/ECBackend: remove unused variable "ReadCB" Signed-off-by: huangjun --- diff --git a/src/osd/ECBackend.h b/src/osd/ECBackend.h index 7058a9ae0dc1..3cdce99ece9c 100644 --- a/src/osd/ECBackend.h +++ b/src/osd/ECBackend.h @@ -619,7 +619,6 @@ public: ECUtil::HashInfoRef get_hash_info(const hobject_t &hoid, bool checks = true, const map *attr = NULL); - friend struct ReadCB; public: ECBackend( PGBackend::Listener *pg,