From a37d71dcdfbbe5414a72b2c3640207c271cfd493 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Tue, 12 Mar 2013 10:16:45 +0100 Subject: [PATCH] rgw/rgw_rados.cc: remove unused variables Signed-off-by: Danny Al-Gaaf --- src/rgw/rgw_rados.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index c0a9e3daad779..f2e32d948765a 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -974,7 +974,6 @@ int RGWRados::list_placement_set(set& names) { bufferlist header; map m; - string pool_name; rgw_obj obj(params.domain_root, avail_pools); int ret = omap_get_all(obj, header, m); @@ -1258,7 +1257,6 @@ int RGWRados::copy_obj(void *ctx, int ret; uint64_t total_len, obj_size; time_t lastmod; - map::iterator iter; rgw_obj shadow_obj = dest_obj; string shadow_oid; @@ -3869,9 +3867,7 @@ int RGWRados::remove_temp_objects(string date, string time) } time_t epoch = mktime(&tm); - string prefix, delim, marker; vector objs; - map common_prefixes; int max = 1000; bool is_truncated; -- 2.39.5