remove ceph code
[stor4nfv.git] / src / ceph / src / rgw / rgw_sync_module_es_rest.h
diff --git a/src/ceph/src/rgw/rgw_sync_module_es_rest.h b/src/ceph/src/rgw/rgw_sync_module_es_rest.h
deleted file mode 100644 (file)
index 4dd0698..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef CEPH_RGW_SYNC_MODULE_ES_REST_H
-#define CEPH_RGW_SYNC_MODULE_ES_REST_H
-
-#include "rgw_rest.h"
-
-class RGWElasticSyncModuleInstance;
-
-class RGWRESTMgr_MDSearch_S3 : public RGWRESTMgr {
-public:
-  explicit RGWRESTMgr_MDSearch_S3() {}
-
-  RGWHandler_REST *get_handler(struct req_state* s,
-                               const rgw::auth::StrategyRegistry& auth_registry,
-                               const std::string& frontend_prefix) override;
-};
-
-#endif