From 1e7b2aa5d60fab438f0395633804f3ee5c7c9ca4 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 25 Jan 1996 16:11:19 +0000 Subject: Removed unused var --- Python/compile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/compile.c') diff --git a/Python/compile.c b/Python/compile.c index 2f6c46b9a5..531287020d 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -970,7 +970,6 @@ com_factor(c, n) struct compiling *c; node *n; { - int i; REQ(n, factor); if (TYPE(CHILD(n, 0)) == PLUS) { com_factor(c, CHILD(n, 1)); -- cgit v1.2.1