]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused variable RGWRados *store
authorAli Maredia <amaredia@redhat.com>
Thu, 6 Sep 2018 14:07:52 +0000 (10:07 -0400)
committerAli Maredia <amaredia@redhat.com>
Wed, 26 Sep 2018 20:36:55 +0000 (16:36 -0400)
Signed-off-by: Ali Maredia <amaredia@redhat.com>
src/rgw/rgw_sync.cc

index 595ad6875b2b2cddaefd6ca9a85e95591162ed53..168db0a2c493d57fc6cb77e8ce8e64e45ebee3f3 100644 (file)
@@ -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);