summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2013-09-16 09:35:16 -0700
committerSamuel Just <sam.just@inktank.com>2013-09-26 11:24:28 -0700
commitaeadecda0e140f0162a885e4da2f862ef1b66b1b (patch)
tree3d2015e14f5a293fe245579fe577ec2c94b7d1bc
parent329006533354b8d19b1c3691fbd0a4ab566004d9 (diff)
downloadceph-aeadecda0e140f0162a885e4da2f862ef1b66b1b.tar.gz
ReplicatedPG.h: remove temp_coll stub
Signed-off-by: Samuel Just <sam.just@inktank.com>
-rw-r--r--src/osd/ReplicatedPG.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h
index 54413c6aca0..05fbe0fa792 100644
--- a/src/osd/ReplicatedPG.h
+++ b/src/osd/ReplicatedPG.h
@@ -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 > {