mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
rm some useless codes
tls is not used here Signed-off-by: Yongyue Sun <abioy.sun@gmail.com>
This commit is contained in:
parent
3a1520ba35
commit
3e37c1375b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user