mirror of https://github.com/rusefi/lua.git
lint (unused struct field)
This commit is contained in:
parent
ad90447eb6
commit
162ce8256e
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lbaselib.c,v 1.264 2011/07/05 12:49:35 roberto Exp roberto $
|
** $Id: lbaselib.c,v 1.265 2011/07/27 12:14:06 roberto Exp roberto $
|
||||||
** Basic library
|
** Basic library
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -267,7 +267,6 @@ static int luaB_loadfile (lua_State *L) {
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char c;
|
|
||||||
const char *mode;
|
const char *mode;
|
||||||
} loaddata;
|
} loaddata;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue