From: Ali Maredia Date: Thu, 6 Sep 2018 14:07:52 +0000 (-0400) Subject: rgw: remove unused variable RGWRados *store X-Git-Tag: v14.0.1~160^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc178b2b5da51ed3ca13da6f390a3eec1d7e2523;p=ceph.git rgw: remove unused variable RGWRados *store Signed-off-by: Ali Maredia --- diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index 595ad6875b2b..168db0a2c493 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -539,7 +539,6 @@ public: int send_request() override { RGWRESTConn *conn = sync_env->conn; - RGWRados *store = sync_env->store; char buf[32]; snprintf(buf, sizeof(buf), "%d", shard_id);