remove ceph code
[stor4nfv.git] / src / ceph / src / tools / rebuild_mondb.h
diff --git a/src/ceph/src/tools/rebuild_mondb.h b/src/ceph/src/tools/rebuild_mondb.h
deleted file mode 100644 (file)
index 8a2317d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-#include <string>
-
-class ObjectStore;
-class OSDSuperblock;
-
-int update_mon_db(ObjectStore& fs, OSDSuperblock& sb,
-                  const std::string& keyring_path,
-                  const std::string& store_path);