diff --git a/src/box/box_lua.h b/src/box/box_lua.h index 41190ce3c04aced3860f8f134adc416f94b98565..d54e7d2a37f25196a89721db8a0b3984b5f5c1b2 100644 --- a/src/box/box_lua.h +++ b/src/box/box_lua.h @@ -39,10 +39,5 @@ void box_lua_execute(const struct request *request, struct txn *txn, struct port *port); -/** - * Create an instance of Lua interpreter in box. - */ -void box_lua_init(); - struct tuple *lua_istuple(struct lua_State *L, int narg); #endif /* INCLUDES_TARANTOOL_MOD_BOX_LUA_H */