Lint fixes.
authorKristaps Dzonsons <kristaps@bsd.lv>
Sat, 27 Mar 2010 10:13:16 +0000 (10:13 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sat, 27 Mar 2010 10:13:16 +0000 (10:13 +0000)
man_macro.c

index 910780428f57de2528a143c6d979873de01603ce..17f61f9834231099266547c952b0b218bfbffdc8 100644 (file)
@@ -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 <kristaps@kth.se>
  *
@@ -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));
 }