From 14fccc4b7229a37589df163d2e1341d54c533939 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 14 Dec 2018 13:55:56 -0500 Subject: [PATCH] rgw: remove unused get_tier_config() Signed-off-by: Casey Bodley --- src/rgw/rgw_admin.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index f7f12d61c7e..f28ccf99728 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -2690,10 +2690,6 @@ static int trim_sync_error_log(int shard_id, const ceph::real_time& start_time, // unreachable } -JSONFormattable& get_tier_config(RGWRados *store) { - return store->svc.zone->get_zone_params().tier_config; -} - const string& get_tier_type(RGWRados *store) { return store->svc.zone->get_zone().tier_type; } -- 2.39.5