remove ceph code
[stor4nfv.git] / src / ceph / src / mgr / PyOSDMap.h
diff --git a/src/ceph/src/mgr/PyOSDMap.h b/src/ceph/src/mgr/PyOSDMap.h
deleted file mode 100644 (file)
index 09e5b04..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
-// vim: ts=8 sw=2 smarttab
-
-#pragma once
-
-#include <string>
-
-#include "Python.h"
-
-
-
-extern PyTypeObject BasePyOSDMapType;
-extern PyTypeObject BasePyOSDMapIncrementalType;
-extern PyTypeObject BasePyCRUSHType;
-
-PyObject *construct_with_capsule(
-    const std::string &module,
-    const std::string &clsname,
-    void *wrapped);
-