From 446ce3efe06481ddb1b92bb4339d78e6e364ff4f 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'read.c') diff --git a/read.c b/read.c index c4edcc32..8183456b 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.52 2014/06/25 00:20:19 schwarze Exp $ */ +/* $Id: read.c,v 1.53 2014/06/30 23:45:08 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -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 v1.2.3