1
0
mirror of https://github.com/ceph/ceph synced 2025-04-11 04:02:04 +00:00

os/bluestore rm unused variable in aio_read()

Signed-off-by: tangwenjun <tang.wenjun3@zte.com.cn>
This commit is contained in:
tangwenjun 2017-02-20 14:11:27 +08:00
parent 408053a07e
commit e901b271c4

View File

@ -959,7 +959,6 @@ int NVMEDevice::aio_read(
bufferptr p = buffer::create_page_aligned(len);
pbl->append(p);
int r = 0;
t->ctx = ioc;
char *buf = p.c_str();
t->fill_cb = [buf, t]() {