From aa888abe4e3d7211849d132d69d3c456089b78c8 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 10 Nov 2014 16:15:49 -0800 Subject: [PATCH] rgw: remove warning This cleanup is not essential at this point Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_rados.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index e333b15ed23cd..f4f3e2d0f616f 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -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(); -- 2.39.5