mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
Remove setting i since it isn't used. Found in unrelated bug 690012.
This commit is contained in:
parent
e9c571f968
commit
5f16a3178c
@ -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…
Reference in New Issue
Block a user