From: Samuel Just Date: Mon, 16 Sep 2013 16:35:16 +0000 (-0700) Subject: ReplicatedPG.h: remove temp_coll stub X-Git-Tag: v0.71~68^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aeadecda0e140f0162a885e4da2f862ef1b66b1b;p=ceph.git ReplicatedPG.h: remove temp_coll stub Signed-off-by: Samuel Just --- diff --git a/src/osd/ReplicatedPG.h b/src/osd/ReplicatedPG.h index 54413c6aca07..05fbe0fa7920 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 > {