]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ReplicatedPG.h: remove temp_coll stub
authorSamuel Just <sam.just@inktank.com>
Mon, 16 Sep 2013 16:35:16 +0000 (09:35 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 26 Sep 2013 18:24:28 +0000 (11:24 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedPG.h

index 54413c6aca07b4f4a9b6b361d579dc2847a74910..05fbe0fa79207886b4280ab108b57241fe380a55 100644 (file)
@@ -503,9 +503,6 @@ protected:
 
   set<hobject_t> recovering;
 
-  // Track contents of temp collection, clear on reset
-  set<hobject_t> temp_contents;
-
   /*
    * Backfill
    *
@@ -819,8 +816,6 @@ public:
       target);
     pgbackend->split_colls(child, split_bits, seed, t);
   }
-  /// TODOXXX: remove this one, stub
-  coll_t get_temp_coll(ObjectStore::Transaction *t) { return coll_t(); }
 private:
   struct NotTrimming;
   struct SnapTrim : boost::statechart::event< SnapTrim > {