diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-31 23:49:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-31 23:49:16 +0000 |
commit | 3ad34d6afa6592e12f7e699004c65131586f0630 (patch) | |
tree | a73156d710c36acb5903ffa1784406e71209600c /mdoc_macro.c | |
parent | ea2ceb2ee976e30f8b74c5d7c7ee5776197094f3 (diff) | |
download | mandoc-3ad34d6afa6592e12f7e699004c65131586f0630.tar.gz |
Lint fixes (noops).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r-- | mdoc_macro.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c index 6e42c3f6..d611a7dd 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -1683,13 +1683,13 @@ phrase(struct mdoc *m, int line, int ppos, char *buf) } +/* ARGSUSED */ static int phrase_ta(MACRO_PROT_ARGS) { int la; enum mdoct ntok; enum margserr ac; - struct mdoc_node *n; char *p; /* @@ -1697,7 +1697,6 @@ phrase_ta(MACRO_PROT_ARGS) * it should simply error out with ARGSLOST. */ - n = m->last; if ( ! rew_sub(MDOC_BODY, m, MDOC_It, line, ppos)) return(0); if ( ! mdoc_body_alloc(m, line, ppos, MDOC_It)) |