From cd4599580495e7b8d149487099c19840add8d355 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 --- mdoc_macro.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mdoc_macro.c') diff --git a/mdoc_macro.c b/mdoc_macro.c index 47493dd4..69b6f77c 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -363,7 +363,6 @@ rew_alt(int tok) default: return(tok); } - /* NOTREACHED */ } static void -- cgit