lint (unused definition)

This commit is contained in:
Roberto Ierusalimschy
2011-09-30 09:46:06 -03:00
parent 50cddefeeb
commit 9caf5b4f79
3 changed files with 3 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lstate.h,v 2.72 2011/06/02 19:31:40 roberto Exp roberto $
** $Id: lstate.h,v 2.73 2011/08/23 17:24:34 roberto Exp roberto $
** Global State
** See Copyright Notice in lua.h
*/
@@ -47,8 +47,6 @@ struct lua_longjmp; /* defined in ldo.c */
#define EXTRA_STACK 5
#define BASIC_CI_SIZE 8
#define BASIC_STACK_SIZE (2*LUA_MINSTACK)