]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_rest_s3.cc: remove unused variables
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Mar 2013 09:29:48 +0000 (10:29 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Mar 2013 15:59:42 +0000 (16:59 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_rest_s3.cc

index 9e0c336fb6dd0d10619c8b50b6d6998539f1fa6c..649f0b46a84070e20b1bbf9fa03a872aab1ce1d0 100644 (file)
@@ -682,13 +682,6 @@ void RGWPostObj_ObjStore_S3::rebuild_key(string& key)
 
 int RGWPostObj_ObjStore_S3::get_params()
 {
-  string temp_line;
-  string param;
-  string old_param;
-  string param_value;
-
-  string whitespaces (" \t\f\v\n\r");
-
   // get the part boundary
   string req_content_type_str = s->env->get("CONTENT_TYPE", "");
   string req_content_type;
@@ -824,7 +817,6 @@ int RGWPostObj_ObjStore_S3::get_params()
 int RGWPostObj_ObjStore_S3::get_policy()
 {
   bufferlist encoded_policy;
-  string uid;
 
   if (part_bl("policy", &encoded_policy)) {