aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit446ce3efe06481ddb1b92bb4339d78e6e364ff4f (patch)
tree14ec0822d83e57aad086291f23313162f0802fb3 /read.c
parent7006ba606c53d59f66ad3a7bc409a7f83fb5fe00 (diff)
downloadmandoc-446ce3efe06481ddb1b92bb4339d78e6e364ff4f.tar.gz
mandoc-446ce3efe06481ddb1b92bb4339d78e6e364ff4f.tar.zst
mandoc-446ce3efe06481ddb1b92bb4339d78e6e364ff4f.zip
garbage collect two unused enum mandocerr items
and fix a couple of comments while here
Diffstat (limited to 'read.c')
-rw-r--r--read.c6
1 files changed, 1 insertions, 5 deletions
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 <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",