Commit 72b93ec1 authored by Tim Peters's avatar Tim Peters

Nuked unused variable.

parent ff18b800
...@@ -1483,7 +1483,6 @@ validate_expr_stmt(node *tree) ...@@ -1483,7 +1483,6 @@ validate_expr_stmt(node *tree)
static int static int
validate_print_stmt(node *tree) validate_print_stmt(node *tree)
{ {
int j;
int nch = NCH(tree); int nch = NCH(tree);
int res = (validate_ntype(tree, print_stmt) int res = (validate_ntype(tree, print_stmt)
&& (nch > 0) && (nch > 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment