remove ceph code
[stor4nfv.git] / src / ceph / src / common / ceph_crypto_cms.h
diff --git a/src/ceph/src/common/ceph_crypto_cms.h b/src/ceph/src/common/ceph_crypto_cms.h
deleted file mode 100644 (file)
index 11fb000..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef CEPH_CRYPTO_CMS_H
-#define CEPH_CRYPTO_CMS_H
-
-#include "include/buffer_fwd.h"
-
-class CephContext;
-
-int ceph_decode_cms(CephContext *cct, bufferlist& cms_bl, bufferlist& decoded_bl);
-
-#endif