]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: There is no point in const return values
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 8 May 2018 23:54:50 +0000 (19:54 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 9 May 2018 17:26:29 +0000 (13:26 -0400)
commit389538f356d14413bdf67d68ce2b770c4374cb3c
treeefe9aaca40814360b2403366caf2f9624aeaf8ef
parent25f6b639495ef9047480a286945793af50621bf6
rgw: There is no point in const return values

Pointer-to-const or reference-to-const yes. Const value, no.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/rgw_op.cc