X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/1bb02c5f3f0a6d9a75dfb2e644608cf5f870931d..1d1acc2f68e2db828d54586d2a70fd956ae0d006:/roff.c diff --git a/roff.c b/roff.c index 07e76503..7467fe0e 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.101 2010/09/04 18:31:44 kristaps Exp $ */ +/* $Id: roff.c,v 1.102 2010/09/04 20:18:53 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -749,7 +749,6 @@ roff_cond_sub(ROFF_ARGS) { enum rofft t; enum roffrule rr; - struct roffnode *l; ppos = pos; rr = r->last->rule; @@ -759,7 +758,6 @@ roff_cond_sub(ROFF_ARGS) * continue. */ - l = r->last; roffnode_cleanscope(r); if (ROFF_MAX == (t = roff_parse(*bufp, &pos))) {