diff options
Diffstat (limited to 'mdoc.c')
-rw-r--r-- | mdoc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -363,7 +363,6 @@ node_alloc(struct mdoc *mdoc, int line, int pos, p->sec = mdoc->lastsec; p->line = line; p->pos = pos; - p->lastline = line; p->tok = tok; p->type = type; |