From: Danny Al-Gaaf Date: Tue, 2 Apr 2013 14:03:10 +0000 (+0200) Subject: rgw/rgw_op.cc: remove unsused variable X-Git-Tag: v0.62~102^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=275be1051bdbc33af1f71fe3664894f341ad498b;p=ceph.git rgw/rgw_op.cc: remove unsused variable Signed-off-by: Danny Al-Gaaf --- diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index 97fd158cf9209..e0b4e56f65aea 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -1880,7 +1880,6 @@ void RGWPutCORS::execute() RGWCORSConfiguration_S3 *cors_config; RGWCORSXMLParser_S3 parser(s->cct); - stringstream ss; rgw_obj obj; ret = 0;