mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
remove l_G from Proto
This commit is contained in:
@@ -425,7 +425,6 @@ typedef struct Proto {
|
||||
Upvaldesc *upvalues; /* upvalue information */
|
||||
TString *source; /* used for debug information */
|
||||
GCObject *gclist;
|
||||
void *l_G; /* global state belongs to */
|
||||
} Proto;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user