]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: minor cleanup
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 8 Jan 2016 21:58:56 +0000 (13:58 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:53 +0000 (16:13 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_sync.cc

index 94c13917924d377201e237850a71dac693bc6648..f2d87a7f82d17f365e52b892747a3dfbe47d7ade 100644 (file)
@@ -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;