From 804c615940dbc328e32365e021bf0e4b7c6377f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Da=C5=82ek?= Date: Mon, 22 Feb 2016 10:55:17 +0100 Subject: [PATCH] osd/ReplicatedPG: remove unused bufferlist MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This bufferlist isn't used, so just get rid of it. Signed-off-by: Piotr Dałek --- src/osd/ReplicatedPG.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 3cd4bd95aa9..6c243ef173e 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 -- 2.47.3