From f270c16631ea1a3d92c80a5de2a3b9a3946d6578 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 30 Jun 2014 23:45:07 +0000 Subject: garbage collect two unused enum mandocerr items and fix a couple of comments while here --- read.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'read.c') 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", -- cgit