summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-04 20:18:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-04 20:18:53 +0000
commit21de3d786d824d615243412d130c128be19a03dd (patch)
treeab13ee82b862b2765d7c0c37af592c9ab33fb1de /roff.c
parent8602ef022ba97685524bab84712ad686cd05b20e (diff)
downloadmandoc-21de3d786d824d615243412d130c128be19a03dd.tar.gz
Churny commit to quiet lint. No functional changes.
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/roff.c b/roff.c
index 4a323478..c5f15728 100644
--- a/roff.c
+++ b/roff.c
@@ -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))) {