From: Yehuda Sadeh Date: Fri, 15 Apr 2016 17:21:18 +0000 (-0700) Subject: rgw: RGWShardCollectCR does not need a cct member X-Git-Tag: v10.2.0~25^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f638a58d28a17b72b7b1799a2c20fb8dd92f461;p=ceph.git rgw: RGWShardCollectCR does not need a cct member Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_sync.h b/src/rgw/rgw_sync.h index dcb3a4ee329f..228728be198f 100644 --- a/src/rgw/rgw_sync.h +++ b/src/rgw/rgw_sync.h @@ -429,8 +429,6 @@ public: }; class RGWShardCollectCR : public RGWCoroutine { - CephContext *cct; - int cur_shard; int current_running; int max_concurrent;