]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove a redundant judgement in rgw_rados.cc:delete_obj.The value of 11124/head
authorZhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Mon, 19 Sep 2016 01:17:44 +0000 (09:17 +0800)
committerZhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Mon, 19 Sep 2016 02:21:32 +0000 (10:21 +0800)
commitb2f6bd114970d1201b556f93eab64664232af66a
tree0ded9b7159fdcaff708f5ca1806fdc78daddd4c3
parent354fbf53c573a61bf058805e3021bdd18e3f8fec
rgw: remove a redundant judgement in rgw_rados.cc:delete_obj.The value of
the 'removed' is just the same as 'r>=0'. We can merge the two
judgement and remove the var 'removed'.

Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
src/rgw/rgw_rados.cc