From e66e830839cc95617c9c35efb902aefdff06e220 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 27 Mar 2010 10:13:16 +0000 Subject: Lint fixes. --- man_macro.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'man_macro.c') diff --git a/man_macro.c b/man_macro.c index 91078042..17f61f98 100644 --- a/man_macro.c +++ b/man_macro.c @@ -1,4 +1,4 @@ -/* $Id: man_macro.c,v 1.38 2010/03/27 10:04:56 kristaps Exp $ */ +/* $Id: man_macro.c,v 1.39 2010/03/27 10:13:16 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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)); } -- cgit v1.2.3