mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
删除多余snlua定义 (#1564)
This commit is contained in:
@@ -35,12 +35,6 @@ get_time() {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
struct snlua {
|
|
||||||
lua_State * L;
|
|
||||||
struct skynet_context * ctx;
|
|
||||||
const char * preload;
|
|
||||||
};
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
traceback (lua_State *L) {
|
traceback (lua_State *L) {
|
||||||
const char *msg = lua_tostring(L, 1);
|
const char *msg = lua_tostring(L, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user