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
|
static void
|
||||||
compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
|
compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
|
|
||||||
REQ(n, ATOM);
|
REQ(n, ATOM);
|
||||||
i = n->n_nchildren;
|
|
||||||
REQN(i, 1);
|
REQN(i, 1);
|
||||||
n = n->n_child;
|
n = n->n_child;
|
||||||
if (n->n_type == LPAR) {
|
if (n->n_type == LPAR) {
|
||||||
|
|
Loading…
Reference in New Issue