From: Yehuda Sadeh Date: Fri, 17 Jan 2020 19:11:30 +0000 (-0800) Subject: rgw: remove superfluous alias X-Git-Tag: v15.1.0~22^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd7247c184f50844aac037ee54737824ad3ebeef;p=ceph-ci.git rgw: remove superfluous alias Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/services/svc_bucket_sync_sobj.h b/src/rgw/services/svc_bucket_sync_sobj.h index 9dc0e380b3b..912259b137d 100644 --- a/src/rgw/services/svc_bucket_sync_sobj.h +++ b/src/rgw/services/svc_bucket_sync_sobj.h @@ -39,8 +39,7 @@ class RGWSI_Bucket_Sync_SObj : public RGWSI_Bucket_Sync std::shared_ptr handler; }; - using RGWChainedCacheImpl_bucket_sync_policy_cache_entry = RGWChainedCacheImpl; - unique_ptr sync_policy_cache; + unique_ptr > sync_policy_cache; std::unique_ptr hint_index_mgr;