From: J. Eric Ivancich Date: Mon, 5 Jul 2021 23:27:00 +0000 (-0400) Subject: rgw: remove unused store variable X-Git-Tag: v17.1.0~1458^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e6d56e1398fb6847222320dd661412f4f3b2b54;p=ceph.git rgw: remove unused store variable A recent change made the store variable unnecessary and now compiling generates a warning. Clean up. Signed-off-by: J. Eric Ivancich --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index 427c238c4cc..45aa737529c 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -5630,7 +5630,6 @@ int RGWRados::Object::Stat::finish(const DoutPrefixProvider *dpp) result.manifest.emplace(); decode(*result.manifest, biter); } catch (buffer::error& err) { - RGWRados *store = source->get_store(); ldpp_dout(dpp, 0) << "ERROR: " << __func__ << ": failed to decode manifest" << dendl; return -EIO; }