remove ceph code
[stor4nfv.git] / src / ceph / src / rgw / rgw_sync_module_log.h
diff --git a/src/ceph/src/rgw/rgw_sync_module_log.h b/src/ceph/src/rgw/rgw_sync_module_log.h
deleted file mode 100644 (file)
index 9afc910..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef CEPH_RGW_SYNC_MODULE_LOG_H
-#define CEPH_RGW_SYNC_MODULE_LOG_H
-
-#include "rgw_sync_module.h"
-
-class RGWLogSyncModule : public RGWSyncModule {
-public:
-  RGWLogSyncModule() {}
-  bool supports_data_export() override {
-    return false;
-  }
-  int create_instance(CephContext *cct, map<string, string, ltstr_nocase>& config, RGWSyncModuleInstanceRef *instance) override;
-};
-
-#endif