summaryrefslogtreecommitdiffstatshomepage
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
commite66e830839cc95617c9c35efb902aefdff06e220 (patch)
treef5c69a0a4994bef003fcc450e8a65188ef695ec0
parent11cc5450cdbcebf64bab7f1ba1ca4719d8a95247 (diff)
downloadmandoc-e66e830839cc95617c9c35efb902aefdff06e220.tar.gz
mandoc-e66e830839cc95617c9c35efb902aefdff06e220.tar.zst
mandoc-e66e830839cc95617c9c35efb902aefdff06e220.zip
Lint fixes.
-rw-r--r--man_macro.c6
1 files changed, 1 insertions, 5 deletions
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 <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));
}