Commit 97be2458 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Get rid of the unused "count" field in vrt_ref.

parent ff6d1d8d
......@@ -199,7 +199,6 @@ struct vrt_ref {
unsigned offset;
unsigned line;
unsigned pos;
unsigned count;
const char *token;
};
......
......@@ -312,7 +312,7 @@ EmitCoordinates(const struct vcc *tl, struct vsb *vsb)
pos++;
}
VSB_printf(vsb, " [%3u] = { %u, %8tu, %4u, %3u, 0, ",
VSB_printf(vsb, " [%3u] = { %u, %8tu, %4u, %3u, ",
t->cnt, sp->idx, t->b - sp->b, lin, pos + 1);
if (t->tok == CSRC)
VSB_printf(vsb, " \"C{\"},\n");
......
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