mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Nuked unused variable.
This commit is contained in:
parent
ff18b800a4
commit
72b93ec1c3
1 changed files with 0 additions and 1 deletions
|
@ -1483,7 +1483,6 @@ validate_expr_stmt(node *tree)
|
|||
static int
|
||||
validate_print_stmt(node *tree)
|
||||
{
|
||||
int j;
|
||||
int nch = NCH(tree);
|
||||
int res = (validate_ntype(tree, print_stmt)
|
||||
&& (nch > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue