]> git.cameronkatri.com Git - mandoc.git/blobdiff - roff.c
Removed TODO that was fixed by parsing escapes in offset strings.
[mandoc.git] / roff.c
diff --git a/roff.c b/roff.c
index 07e765036deb827a6a2ad5a9e8d688dfe833cfbc..7467fe0e11c29305693c5fff6d51a86dbd363647 100644 (file)
--- 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 <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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))) {