]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_cors_s3.cc: remove unused variable
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 2 Apr 2013 13:57:37 +0000 (15:57 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 2 Apr 2013 13:57:37 +0000 (15:57 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_cors_s3.cc

index a4312116596eba4363c0c4b9599b46a314ce1db4..15a35934a3790e84e42f93bccb41a732ffc1ee3c 100644 (file)
@@ -34,7 +34,6 @@ void RGWCORSRule_S3::to_xml(XMLFormatter& f) {
     f.dump_string("ID", id);;
   }
   /*AllowedMethods*/
-  string m;
   if (allowed_methods & RGW_CORS_GET)
     f.dump_string("AllowedMethod", "GET");
   if (allowed_methods & RGW_CORS_PUT)