From: Danny Al-Gaaf Date: Tue, 14 Jul 2015 06:42:05 +0000 (+0200) Subject: rgw/rgw_admin.cc: remove no longer valid comment X-Git-Tag: v9.1.0~446^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=268923ca967f785f91f6e6467469cb359e299d31;p=ceph.git rgw/rgw_admin.cc: remove no longer valid comment Signed-off-by: Danny Al-Gaaf --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index ee2bab8895e..c70f51361df 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -1051,7 +1051,6 @@ int do_check_object_locator(const string& bucket_name, bool fix, bool remove_bad if (key.name[0] == '_') { ret = check_obj_locator_underscore(bucket_info, obj, key, fix, remove_bad, f); - /* ignore return code, move to the next one */ if (ret >= 0) { ret = check_obj_tail_locator_underscore(bucket_info, obj, key, fix, f);