]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_rados.cc: remove unused variable locator
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 3 Feb 2016 11:22:04 +0000 (12:22 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 19 Feb 2016 11:50:35 +0000 (12:50 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_rados.cc

index db228c7878fcb5c5dc886a48544b35ac34b8570a..aabcfcf88d8fb07b07d4e9e97eeaf1b6e1d23635 100644 (file)
@@ -3386,8 +3386,6 @@ done_err:
  */
 int RGWRados::fix_tail_obj_locator(rgw_bucket& bucket, rgw_obj_key& key, bool fix, bool *need_fix)
 {
-  string locator;
-
   rgw_obj obj(bucket, key);
 
   if (need_fix) {