mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
删除多余snlua定义 (#1564)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user