]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
undo: clean up dead enum RGWEndpointType.
authorRobin H. Johnson <robin.johnson@dreamhost.com>
Thu, 3 Dec 2015 23:15:10 +0000 (15:15 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 15 Jan 2016 23:05:47 +0000 (15:05 -0800)
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
src/rgw/rgw_op.h

index b539a088d2cfde7b731b7a10581724b271174cbe..bc2acd67d6ce1d9dea139fba34e557e297c6aee9 100644 (file)
@@ -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.
  */