]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/rgw_rados.cc: remove not needed code
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 13 May 2013 17:50:43 +0000 (19:50 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 16 May 2013 12:11:02 +0000 (14:11 +0200)
commitaa11c68fdd09a51238c9bbfca5f9518f7a537818
tree196c178743a8fc9b9d5fdc9f55a1a75b0c074ad2
parentcd48f57039b3ea0831f8c90bcf094b586fba7520
rgw/rgw_rados.cc: remove not needed code

Fix for cppcheck warning:
[src/rgw/rgw_rados.cc:2390]: (warning) Assignment of function
  parameter has no effect outside the function.

Assignment of if_nomatch_str.c_str() to if_nomatch has no
effect outside the function and the functions isn't used
inside the function after the assignment.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_rados.cc