Merge pull request #3732 from Abioy/patch-1

rm some useless codes

Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2015-02-15 16:09:11 +01:00
commit d1a393ffc0

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 {