unused field "size" in struct TFunc.

This commit is contained in:
Roberto Ierusalimschy
1997-07-29 16:44:02 -03:00
parent 0600f968c3
commit 16dd77e8d9
3 changed files with 6 additions and 7 deletions

3
func.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: func.h,v 1.8 1996/03/14 15:54:20 roberto Exp roberto $
** $Id: func.h,v 1.9 1997/05/14 18:38:29 roberto Exp roberto $
*/
#ifndef func_h
@@ -23,7 +23,6 @@ typedef struct TFunc
{
struct TFunc *next;
int marked;
int size;
Byte *code;
int lineDefined;
char *fileName;