diff options
Diffstat (limited to 'man_macro.c')
-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)); } |