]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Remove extra 'const' from cast
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 8 May 2018 23:43:33 +0000 (19:43 -0400)
committerNathan Cutler <ncutler@suse.com>
Fri, 18 May 2018 13:30:35 +0000 (15:30 +0200)
commit65a183fadd021cd80323c87e47bfdf1cc128d5fd
treeaff9fd77326b851ebb121f9626ea46010e4c88ce
parent3c0ee374023a47af60f44b1ba815380a63996a0a
rgw: Remove extra 'const' from cast

Casting to pointer-to-const makes sense. Casting to a const
value (even a const pointer) doesn't.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit 46b40274d42e54bf80adb0086b02e9785e0646db)
src/rgw/rgw_http_client.cc