From: xie xingguo Date: Wed, 3 Feb 2016 07:48:19 +0000 (+0800) Subject: bluestore/NVMEDevice: remove unused local variables X-Git-Tag: v10.1.0~417^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=573a2d956aee70a23f2ee240ca7b142ef196eddd;p=ceph.git bluestore/NVMEDevice: remove unused local variables Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/NVMEDevice.cc b/src/os/bluestore/NVMEDevice.cc index aea5b7ac5996..bd2a686d5574 100644 --- a/src/os/bluestore/NVMEDevice.cc +++ b/src/os/bluestore/NVMEDevice.cc @@ -777,7 +777,6 @@ int NVMEDevice::aio_zero( len -= t.length(); bl.claim_append(t); } - bufferlist foo; // note: this works with aio only becaues the actual buffer is // this->zeros, which is page-aligned and never freed. return aio_write(off, bl, ioc, false);