summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-06-30 23:45:07 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-06-30 23:45:07 +0000
commitf270c16631ea1a3d92c80a5de2a3b9a3946d6578 (patch)
tree1e64e0a4200881be1cb9df46c2a6ff6ebaff9c1d /read.c
parente59fc50ac6ce1ed11120dc6ff53e5f2427965c3f (diff)
downloadmandoc-f270c16631ea1a3d92c80a5de2a3b9a3946d6578.tar.gz
garbage collect two unused enum mandocerr items
and fix a couple of comments while here
Diffstat (limited to 'read.c')
-rw-r--r--read.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/read.c b/read.c
index e5c75a7c..5c412e0b 100644
--- a/read.c
+++ b/read.c
@@ -153,9 +153,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"bad escape sequence",
"unterminated quoted string",
- /* related to equations */
- "unexpected literal in equation",
-
"generic error",
/* related to equations */
@@ -194,7 +191,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"request requires a numeric argument",
"missing list type",
"line argument(s) will be lost",
- "body argument(s) will be lost",
"generic fatal error",