From: Yehuda Sadeh Date: Fri, 8 Jan 2016 21:58:56 +0000 (-0800) Subject: rgw: minor cleanup X-Git-Tag: v10.1.0~354^2~64 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=47db646f52eaffaec358fa587b6f12e5ca98fda3;p=ceph.git rgw: minor cleanup Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index 94c13917924..f2d87a7f82d 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -1069,8 +1069,6 @@ class RGWCloneMetaLogCoroutine : public RGWCoroutine { RGWRESTReadResource *http_op; - RGWAioCompletionNotifier *md_op_notifier; - int req_ret; RGWMetadataLogInfo shard_info; rgw_mdlog_shard_data data; @@ -1082,7 +1080,7 @@ public: shard_id(_id), marker(_marker), truncated(false), new_marker(_new_marker), max_entries(CLONE_MAX_ENTRIES), - http_op(NULL), md_op_notifier(NULL), + http_op(NULL), req_ret(0) { if (new_marker) { *new_marker = marker;