diff options
-rw-r--r-- | usr.bin/yacc/symtab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index 9d2cb2dc589..ba9e6dc5cd0 100644 --- a/usr.bin/yacc/symtab.c +++ b/usr.bin/yacc/symtab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: symtab.c,v 1.14 2012/03/03 19:15:00 nicm Exp $ */ +/* $OpenBSD: symtab.c,v 1.15 2012/04/10 09:08:50 chl Exp $ */ /* $NetBSD: symtab.c,v 1.4 1996/03/19 03:21:48 jtc Exp $ */ /* @@ -113,7 +113,6 @@ lookup(char *name) void create_symbol_table(void) { - int i; bucket *bp; symbol_table = CALLOC(TABLE_SIZE, sizeof(bucket *)); |