diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-26 00:53:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-26 00:53:16 +0000 |
commit | 70f16a4414532f034bca255aab50b579deadecb8 (patch) | |
tree | 1e1c97ac3318a26be24933607f63ba69a407c77a /usr.bin/mandoc/mdoc_macro.c | |
parent | c692ae8724dc648c2ba595d2a6957430b2fda7aa (diff) |
/* NOTREACHED */ after abort() is silly, delete it
Diffstat (limited to 'usr.bin/mandoc/mdoc_macro.c')
-rw-r--r-- | usr.bin/mandoc/mdoc_macro.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc_macro.c b/usr.bin/mandoc/mdoc_macro.c index 36a1373095f..27e5e7edef0 100644 --- a/usr.bin/mandoc/mdoc_macro.c +++ b/usr.bin/mandoc/mdoc_macro.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mdoc_macro.c,v 1.156 2015/05/01 16:56:36 schwarze Exp $ */ +/* $OpenBSD: mdoc_macro.c,v 1.157 2015/09/26 00:53:15 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2010, 2012-2015 Ingo Schwarze <schwarze@openbsd.org> @@ -361,7 +361,6 @@ rew_alt(int tok) default: return(tok); } - /* NOTREACHED */ } static void |