From aeadecda0e140f0162a885e4da2f862ef1b66b1b Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 16 Sep 2013 09:35:16 -0700 Subject: [PATCH] ReplicatedPG.h: remove temp_coll stub Signed-off-by: Samuel Just --- src/osd/ReplicatedPG.h | 5 ----- 1 file changed, 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 recovering; - // Track contents of temp collection, clear on reset - set 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 > { -- 2.47.3