]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/ECBackend: remove unused variable "ReadCB" 12543/head
authorhuangjun <hjwsm1989@gmail.com>
Sat, 17 Dec 2016 02:00:06 +0000 (10:00 +0800)
committerhuangjun <hjwsm1989@gmail.com>
Sat, 17 Dec 2016 02:00:06 +0000 (10:00 +0800)
Signed-off-by: huangjun <hjwsm1989@gmail.com>
src/osd/ECBackend.h

index 7058a9ae0dc1db1a02d2596107e2dc640dbbc6a1..3cdce99ece9c3ecc51ba4d7d1144a23854788f65 100644 (file)
@@ -619,7 +619,6 @@ public:
   ECUtil::HashInfoRef get_hash_info(const hobject_t &hoid, bool checks = true,
                                    const map<string,bufferptr> *attr = NULL);
 
-  friend struct ReadCB;
 public:
   ECBackend(
     PGBackend::Listener *pg,