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-19 12:50:47 -0700
commitd422ce68f2ceb662b42c06f32246733b49c3191b (patch)
tree3660245afb085e763c11acdf5702e1160577a95a
parented643ae57b6cb1d7a430467a5da9a7a8f6df2806 (diff)
downloadceph-d422ce68f2ceb662b42c06f32246733b49c3191b.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 3d0cf19410d..a4e5ac1e1a1 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 > {