From 01608a844d920a686375eb9071976ee1a7f6eb31 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 7 Oct 2015 14:57:56 -0700 Subject: [PATCH] rgw: minor cleanup Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_sync.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/rgw_sync.h b/src/rgw/rgw_sync.h index 93e30f191302a..98c3719e79e30 100644 --- a/src/rgw/rgw_sync.h +++ b/src/rgw/rgw_sync.h @@ -196,8 +196,6 @@ class RGWMetaSyncStatusManager { vector 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(); -- 2.39.5