]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/pg: kill _report_snap_collection_errors() method
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 23 Mar 2016 03:01:10 +0000 (11:01 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 23 Mar 2016 08:11:17 +0000 (16:11 +0800)
Which is never used by anyone.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/PG.h

index 1df129fcbd818282fa367e150fbcccc0b47302a5..941010e225bea97e961722b48115105ce9a6faff 100644 (file)
@@ -1306,11 +1306,6 @@ public:
     int seed,
     const pg_pool_t *pool,
     ObjectStore::Transaction *t) = 0;
-  virtual bool _report_snap_collection_errors(
-    const hobject_t &hoid,
-    const map<string, bufferptr> &attrs,
-    pg_shard_t osd,
-    ostream &out) { return false; }
   void clear_scrub_reserved();
   void scrub_reserve_replicas();
   void scrub_unreserve_replicas();