diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-06-30 23:45:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-06-30 23:45:07 +0000 |
commit | f270c16631ea1a3d92c80a5de2a3b9a3946d6578 (patch) | |
tree | 1e64e0a4200881be1cb9df46c2a6ff6ebaff9c1d /read.c | |
parent | e59fc50ac6ce1ed11120dc6ff53e5f2427965c3f (diff) | |
download | mandoc-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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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", |