diff --git a/src/os/bluestore/NVMEDevice.cc b/src/os/bluestore/NVMEDevice.cc index 13011580d05..9c971094a4c 100644 --- a/src/os/bluestore/NVMEDevice.cc +++ b/src/os/bluestore/NVMEDevice.cc @@ -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]() {