summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 2f6c46b..5312870 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));