]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw-rest: remove redundant virtual functions 8656/head
authorKarol Mroz <kmroz@suse.com>
Tue, 19 Apr 2016 15:03:52 +0000 (17:03 +0200)
committerKarol Mroz <kmroz@suse.com>
Tue, 19 Apr 2016 15:03:52 +0000 (17:03 +0200)
commitc1d0bd9ed8877cfaa24ef1bd52daddbce760dd9f
tree71a964bbf6052b07fca3fa1accb641348087a884
parentc1520fd7ab07aefe4a89f067989cbcb1353c5af8
rgw-rest: remove redundant virtual functions

'virtual int retarget()' is already declared and defined in the
RGWHandler base class. RGWHandler_REST and RGWHandler_REST_S3 inherit
accordingly also the purely virtual functions 'virtual int authorize()'
and 'virtual int postauth_init()'.

Signed-off-by: Karol Mroz <kmroz@suse.com>
src/rgw/rgw_rest.h
src/rgw/rgw_rest_s3.h