diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-09-30 09:43:54 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-09-30 09:43:54 -0300 |
commit | 162ce8256ea95329eb41c9ed42bbca81296a7eca (patch) | |
tree | 350471bbc2db969ba689c61b30b9f12b356e76d0 /lbaselib.c | |
parent | ad90447eb6aaabd11b7f8507084551e65f30a41c (diff) | |
download | lua-162ce8256ea95329eb41c9ed42bbca81296a7eca.tar.gz lua-162ce8256ea95329eb41c9ed42bbca81296a7eca.tar.bz2 lua-162ce8256ea95329eb41c9ed42bbca81296a7eca.zip |
lint (unused struct field)
Diffstat (limited to 'lbaselib.c')
-rw-r--r-- | lbaselib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbaselib.c,v 1.264 2011/07/05 12:49:35 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.265 2011/07/27 12:14:06 roberto Exp roberto $ |
3 | ** Basic library | 3 | ** Basic library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -267,7 +267,6 @@ static int luaB_loadfile (lua_State *L) { | |||
267 | 267 | ||
268 | 268 | ||
269 | typedef struct { | 269 | typedef struct { |
270 | char c; | ||
271 | const char *mode; | 270 | const char *mode; |
272 | } loaddata; | 271 | } loaddata; |
273 | 272 | ||