From 9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 30 Sep 2011 09:46:06 -0300 Subject: lint (unused definition) --- lstate.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index fb757373..b1538239 100644 --- a/lstate.h +++ b/lstate.h @@ -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) -- cgit v1.2.3-55-g6feb