Skip to content

Commit 6a194b7

Browse files
authored
Merge pull request ceph#61368 from cbodley/wip-69527
rgw/s3: remove local variable 'uri' that shadows member variable Reviewed-by: Yixin Jin [email protected]
2 parents f71a887 + 4257d11 commit 6a194b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rgw/rgw_acl_s3.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ bool ACLGrant_S3::xml_end(const char *el) {
200200
ACLURI_S3 *acl_uri;
201201
ACLEmail_S3 *acl_email;
202202
ACLDisplayName_S3 *acl_name;
203-
string uri;
204203

205204
acl_grantee = static_cast<ACLGrantee_S3 *>(find_first("Grantee"));
206205
if (!acl_grantee)

0 commit comments

Comments
 (0)