rm some useless codes

tls is not used here

Signed-off-by: Yongyue Sun <abioy.sun@gmail.com>
This commit is contained in:
Yongyue Sun 2015-02-14 18:37:19 +08:00 committed by sunyongyue
parent 3a1520ba35
commit 3e37c1375b

View 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 {