aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_macro.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-09-26 00:54:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-09-26 00:54:03 +0000
commit3e6a72ed7b563e04635c28fcb556c3203eb58f58 (patch)
tree0a71f4626b257d539e145aa3683d0038a0c195c3 /man_macro.c
parent41adc72e761bdad350233dd0d9a96b77cef27871 (diff)
downloadmandoc-3e6a72ed7b563e04635c28fcb556c3203eb58f58.tar.gz
mandoc-3e6a72ed7b563e04635c28fcb556c3203eb58f58.tar.zst
mandoc-3e6a72ed7b563e04635c28fcb556c3203eb58f58.zip
/* NOTREACHED */ after abort() is silly, delete it
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_macro.c b/man_macro.c
index 5d0a22ef..6cc3f5c6 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -1,4 +1,4 @@
-/* $Id: man_macro.c,v 1.110 2015/09/04 21:25:00 schwarze Exp $ */
+/* $Id: man_macro.c,v 1.111 2015/09/26 00:54:04 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2012, 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -225,7 +225,6 @@ blk_close(MACRO_PROT_ARGS)
break;
default:
abort();
- /* NOTREACHED */
}
for (nn = man->last->parent; nn; nn = nn->parent)