]> git.cameronkatri.com Git - mandoc.git/blobdiff - out.c
The `am', `ami', `de', and holy `dei' are all being properly ignored.
[mandoc.git] / out.c
diff --git a/out.c b/out.c
index d58123cf32e3a0ac1d17a8545d535274e4598090..7e5ccad892f95e165cff94e2791cf743ba4d1dbd 100644 (file)
--- a/out.c
+++ b/out.c
@@ -1,4 +1,4 @@
-/*     $Id: out.c,v 1.14 2010/04/07 11:25:38 kristaps Exp $ */
+/*     $Id: out.c,v 1.15 2010/04/07 11:29:55 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -197,13 +197,12 @@ int
 a2roffdeco(enum roffdeco *d,
                const char **word, size_t *sz)
 {
-       int              j, offs, term, lim;
+       int              j, term, lim;
        char             set;
        const char      *wp, *sp;
 
        *d = DECO_NONE;
        wp = *word;
-       offs = 0;
 
        switch ((set = *wp)) {
        case ('\0'):