remove ceph code
[stor4nfv.git] / src / ceph / src / cls / lua / cls_lua_client.h
diff --git a/src/ceph/src/cls/lua/cls_lua_client.h b/src/ceph/src/cls/lua/cls_lua_client.h
deleted file mode 100644 (file)
index e379069..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef CLS_LUA_CLIENT_HPP
-#define CLS_LUA_CLIENT_HPP
-#include <string>
-
-#include "include/buffer_fwd.h"  // for bufferlist
-
-namespace librados {
-  class IoCtx;
-}
-
-namespace cls_lua_client {
-  int exec(librados::IoCtx& ioctx, const std::string& oid,
-      const std::string& script, const std::string& handler,
-      librados::bufferlist& inbl, librados::bufferlist& outbl);
-}
-
-#endif