summaryrefslogtreecommitdiffstats
path: root/man_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-27 10:13:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-27 10:13:16 +0000
commit3d00547941b5d1c4149d94faf88ce7e7c0b9b034 (patch)
treed948b5e4cf01688574c128760edf4ee948a08077 /man_macro.c
parent2341a694838b583ad6b2bb331aa57a958cb149f6 (diff)
downloadmandoc-3d00547941b5d1c4149d94faf88ce7e7c0b9b034.tar.gz
Lint fixes.
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c4
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));
}