Nuked unused variable.
diff --git a/Modules/parsermodule.c b/Modules/parsermodule.c
index 57a3046..65ca084 100644
--- a/Modules/parsermodule.c
+++ b/Modules/parsermodule.c
@@ -1483,7 +1483,6 @@
 static int
 validate_print_stmt(node *tree)
 {
-    int j;
     int nch = NCH(tree);
     int res = (validate_ntype(tree, print_stmt)
                && (nch > 0)