Skip to content

Commit 31340cf

Browse files
committed
Merge pull request cloudwu#369 from kexiao8/patch-1
repeated “struct table" of line 19
2 parents ac4d51b + d1b26a6 commit 31340cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lualib-src/lua-sharedata.c

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ struct node {
3636
uint8_t nocolliding; // 0 means colliding slot
3737
};
3838

39-
struct table;
40-
4139
struct state {
4240
int dirty;
4341
int ref;

0 commit comments

Comments
 (0)