Commit 5f16a317 authored by Neal Norwitz's avatar Neal Norwitz

Remove setting i since it isn't used. Found in unrelated bug 690012.

parent e9c571f9
......@@ -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) {
......
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