mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove setting i since it isn't used. Found in unrelated bug 690012.
This commit is contained in:
parent
e9c571f968
commit
5f16a3178c
1 changed files with 0 additions and 3 deletions
|
@ -283,10 +283,7 @@ compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
|
|||
static void
|
||||
compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
|
||||
{
|
||||
int i;
|
||||
|
||||
REQ(n, ATOM);
|
||||
i = n->n_nchildren;
|
||||
REQN(i, 1);
|
||||
n = n->n_child;
|
||||
if (n->n_type == LPAR) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue