]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: minor cleanup
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 7 Oct 2015 21:57:56 +0000 (14:57 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:12:58 +0000 (16:12 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_sync.h

index 93e30f191302a39ebc559548704e0f0bc9c82e6b..98c3719e79e30044dcb36e6df3488cad11958191 100644 (file)
@@ -196,8 +196,6 @@ class RGWMetaSyncStatusManager {
   vector<string> clone_markers;
 
 public:
-  RGWMetaSyncStatusManager(RGWRados *_store, const string& source) : store(_store), master_log(store, this), num_shards(0),
-                                               ts_to_shard_lock("ts_to_shard_lock") {}
   RGWMetaSyncStatusManager(RGWRados *_store) : store(_store), master_log(store, this), num_shards(0),
                                                ts_to_shard_lock("ts_to_shard_lock") {}
   int init();