From 162ce8256ea95329eb41c9ed42bbca81296a7eca Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 30 Sep 2011 09:43:54 -0300 Subject: lint (unused struct field) --- lbaselib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lbaselib.c') diff --git a/lbaselib.c b/lbaselib.c index 9185dc8c..0b12a5ae 100644 --- a/lbaselib.c +++ b/lbaselib.c @@ -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 ** See Copyright Notice in lua.h */ @@ -267,7 +267,6 @@ static int luaB_loadfile (lua_State *L) { typedef struct { -char c; const char *mode; } loaddata; -- cgit v1.2.3-55-g6feb