aboutsummaryrefslogtreecommitdiff
path: root/lbaselib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-09-30 09:43:54 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-09-30 09:43:54 -0300
commit162ce8256ea95329eb41c9ed42bbca81296a7eca (patch)
tree350471bbc2db969ba689c61b30b9f12b356e76d0 /lbaselib.c
parentad90447eb6aaabd11b7f8507084551e65f30a41c (diff)
downloadlua-162ce8256ea95329eb41c9ed42bbca81296a7eca.tar.gz
lua-162ce8256ea95329eb41c9ed42bbca81296a7eca.tar.bz2
lua-162ce8256ea95329eb41c9ed42bbca81296a7eca.zip
lint (unused struct field)
Diffstat (limited to 'lbaselib.c')
-rw-r--r--lbaselib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lbaselib.c b/lbaselib.c
index 9185dc8c..0b12a5ae 100644
--- a/lbaselib.c
+++ b/lbaselib.c
@@ -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
269typedef struct { 269typedef struct {
270char c;
271 const char *mode; 270 const char *mode;
272} loaddata; 271} loaddata;
273 272