diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-27 10:13:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-27 10:13:16 +0000 |
commit | 3d00547941b5d1c4149d94faf88ce7e7c0b9b034 (patch) | |
tree | d948b5e4cf01688574c128760edf4ee948a08077 | |
parent | 2341a694838b583ad6b2bb331aa57a958cb149f6 (diff) | |
download | mandoc-3d00547941b5d1c4149d94faf88ce7e7c0b9b034.tar.gz |
Lint fixes.
-rw-r--r-- | man_macro.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man_macro.c b/man_macro.c index 1c83b6c6..07b4950e 100644 --- a/man_macro.c +++ b/man_macro.c @@ -559,10 +559,6 @@ in_line_eoln(MACRO_PROT_ARGS) int man_macroend(struct man *m) { - struct man_node *n; - - n = MAN_VALID & m->last->flags ? - m->last->parent : m->last; return(man_unscope(m, m->first, WEXITSCOPE)); } |