From 3e6a72ed7b563e04635c28fcb556c3203eb58f58 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 26 Sep 2015 00:54:03 +0000 Subject: /* NOTREACHED */ after abort() is silly, delete it --- man_macro.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man_macro.c') 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 * Copyright (c) 2012, 2013, 2014, 2015 Ingo Schwarze @@ -225,7 +225,6 @@ blk_close(MACRO_PROT_ARGS) break; default: abort(); - /* NOTREACHED */ } for (nn = man->last->parent; nn; nn = nn->parent) -- cgit v1.2.3