删除多余snlua定义 (#1564)

This commit is contained in:
coder
2022-04-02 16:06:04 +08:00
committed by GitHub
parent b555aa19e7
commit c84f7354ff

View File

@@ -35,12 +35,6 @@ get_time() {
#endif
}
struct snlua {
lua_State * L;
struct skynet_context * ctx;
const char * preload;
};
static int
traceback (lua_State *L) {
const char *msg = lua_tostring(L, 1);