]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rm some useless codes 3732/head
authorYongyue Sun <abioy.sun@gmail.com>
Sat, 14 Feb 2015 10:37:19 +0000 (18:37 +0800)
committersunyongyue <sunyongyue@xunlei.com>
Sun, 15 Feb 2015 02:38:08 +0000 (10:38 +0800)
tls is not used here

Signed-off-by: Yongyue Sun <abioy.sun@gmail.com>
src/osd/ReplicatedPG.h

index 75b66e502379c6084bf57e4775f984e4188b3bb8..2a0ce4bec8e1629c7d2d93327e63515326fee630 100644 (file)
@@ -323,8 +323,6 @@ public:
     osd->send_message_osd_cluster(to_osd, m, get_osdmap()->get_epoch());
   }
   void queue_transaction(ObjectStore::Transaction *t, OpRequestRef op) {
-    list<ObjectStore::Transaction *> tls;
-    tls.push_back(t);
     osd->store->queue_transaction(osr.get(), t, 0, 0, 0, op);
   }
   epoch_t get_epoch() const {