From: Robin H. Johnson Date: Thu, 3 Dec 2015 23:15:10 +0000 (-0800) Subject: undo: clean up dead enum RGWEndpointType. X-Git-Tag: v10.0.4~152^2^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e5607c07838844115ddb3747a596c95c8fffd9ff;p=ceph.git undo: clean up dead enum RGWEndpointType. Signed-off-by: Robin H. Johnson --- diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index b539a088d2c..bc2acd67d6c 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -66,14 +66,6 @@ enum RGWOpType { RGW_OP_DELETE_MULTI_OBJ, }; -enum RGWEndpointType { - RGW_ENDPOINT_REST, - RGW_ENDPOINT_REST_SWIFT, - RGW_ENDPOINT_REST_SWIFT_AUTH, - RGW_ENDPOINT_REST_S3, - RGW_ENDPOINT_WEBSITE, -}; - /** * Provide the base class for all ops. */