Removed unused var

This commit is contained in:
Jack Jansen 1996-01-25 16:11:19 +00:00
parent 9fbcc6a6c2
commit 1e7b2aa5d6
2 changed files with 0 additions and 2 deletions

View file

@ -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));