diff options
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", |