]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw_common: remove unused variable
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 14 Jul 2011 23:32:18 +0000 (16:32 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 15 Jul 2011 01:24:55 +0000 (18:24 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/rgw/rgw_common.h

index d69385900af3c60f6456afc0fbb6708d9a2a8142..c01c6b8d032b487b54c8ca24c80d672f6fb60d94 100644 (file)
@@ -385,8 +385,6 @@ struct req_state {
 
    map<string, string> x_amz_map;
 
-   vector<pair<string, string> > x_amz_meta;
-
    RGWUserInfo user; 
    RGWAccessControlPolicy *acl;