From: Piotr Dałek Date: Mon, 22 Feb 2016 09:55:17 +0000 (+0100) Subject: osd/ReplicatedPG: remove unused bufferlist X-Git-Tag: v10.1.0~213^2~5^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=804c615940dbc328e32365e021bf0e4b7c6377f0;p=ceph.git osd/ReplicatedPG: remove unused bufferlist This bufferlist isn't used, so just get rid of it. Signed-off-by: Piotr Dałek --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 3cd4bd95aa99..6c243ef173e3 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -4038,7 +4038,6 @@ int ReplicatedPG::do_osd_ops(OpContext *ctx, vector& ops) } // read into a buffer - bufferlist bl; bool async = false; if (trimmed_read && op.extent.length == 0) { // read size was trimmed to zero and it is expected to do nothing