]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove warning
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 11 Nov 2014 00:15:49 +0000 (16:15 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 19 Jan 2015 23:57:51 +0000 (15:57 -0800)
This cleanup is not essential at this point

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rados.cc

index e333b15ed23cd2101ffca05c239bb826df0a9b05..f4f3e2d0f616f2cab9f338c823112f8469b60ab4 100644 (file)
@@ -4141,7 +4141,6 @@ int RGWRados::get_olh_target_state(RGWObjectCtx& obj_ctx, rgw_obj& obj, RGWObjSt
 }
 
 int RGWRados::get_obj_state_impl(RGWObjectCtx *rctx, rgw_obj& obj, RGWObjState **state, RGWObjVersionTracker *objv_tracker, bool follow_olh)
-#warning FIXME: get rid objv_tracker for non system objects
 {
   bool need_follow_olh = follow_olh && !obj.have_instance();