remove ceph code
[stor4nfv.git] / src / ceph / src / common / errno.h
diff --git a/src/ceph/src/common/errno.h b/src/ceph/src/common/errno.h
deleted file mode 100644 (file)
index 9dbd143..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef CEPH_ERRNO_H
-#define CEPH_ERRNO_H
-
-#include <string>
-
-/* Return a given error code as a string */
-std::string cpp_strerror(int err);
-
-#endif