diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-09-26 00:54:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-09-26 00:54:03 +0000 |
commit | cd4599580495e7b8d149487099c19840add8d355 (patch) | |
tree | 4f7005815ebe5dc98b126fe472130e0d8da88e96 /tbl_opts.c | |
parent | 15a545d1196bd2454c341893c1f5150bfff17fd2 (diff) | |
download | mandoc-cd4599580495e7b8d149487099c19840add8d355.tar.gz |
/* NOTREACHED */ after abort() is silly, delete it
Diffstat (limited to 'tbl_opts.c')
-rw-r--r-- | tbl_opts.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -99,7 +99,6 @@ arg(struct tbl_node *tbl, int ln, const char *p, int *pos, int key) break; default: abort(); - /* NOTREACHED */ } if (len == 0) |