From: myoungwon oh Date: Mon, 30 Nov 2020 22:57:31 +0000 (+0900) Subject: osd: remove unused bufferlist X-Git-Tag: v16.1.0~374^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7c09a8f9fc1e0c5758b2e69f87c018b344948d9;p=ceph.git osd: remove unused bufferlist Signed-off-by: Myoungwon Oh --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 4adff0a769b..f5460ab4361 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -10024,7 +10024,6 @@ struct C_Flush : public Context { int PrimaryLogPG::start_dedup(OpRequestRef op, ObjectContextRef obc) { - bufferlist bl; const object_info_t& oi = obc->obs.oi; const hobject_t& soid = oi.soid;