summaryrefslogtreecommitdiffstats
path: root/mdoc_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
commitcd4599580495e7b8d149487099c19840add8d355 (patch)
tree4f7005815ebe5dc98b126fe472130e0d8da88e96 /mdoc_macro.c
parent15a545d1196bd2454c341893c1f5150bfff17fd2 (diff)
downloadmandoc-cd4599580495e7b8d149487099c19840add8d355.tar.gz
/* NOTREACHED */ after abort() is silly, delete it
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c1
1 files changed, 0 insertions, 1 deletions
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