]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: remove unused variables from ReadResult refactor 18277/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 12 Oct 2017 22:35:28 +0000 (18:35 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 12 Oct 2017 22:35:28 +0000 (18:35 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/io/ImageRequest.h

index 9d707a3f8f5f83967d5de46d33eaff54ab2e9a5c..0e7f32b1fac92003dc6f4a0bafd97b29a603bc3a 100644 (file)
@@ -148,8 +148,6 @@ protected:
     return "aio_read";
   }
 private:
-  char *m_buf;
-  bufferlist *m_pbl;
   int m_op_flags;
 };