summaryrefslogtreecommitdiffstats
path: root/libmdoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-30 21:18:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-30 21:18:24 +0000
commitb9959419144200aae35b8cb648937b9bd18a5716 (patch)
treec3f77cc28c6cb4c2534c00ca792e5715937d367a /libmdoc.h
parentbdbc20253f6d0e531a1f1bf519d9d01a5c1059a3 (diff)
downloadmandoc-b9959419144200aae35b8cb648937b9bd18a5716.tar.gz
garbage collect three unused global flags; no functional change
Diffstat (limited to 'libmdoc.h')
-rw-r--r--libmdoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmdoc.h b/libmdoc.h
index 3cc58f80..621eedcc 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -28,7 +28,6 @@ struct mdoc {
const char *defos; /* default argument for .Os */
int quick; /* abort parse early */
int flags; /* parse flags */
-#define MDOC_HALT (1 << 0) /* error in parse: halt */
#define MDOC_LITERAL (1 << 1) /* in a literal scope */
#define MDOC_PBODY (1 << 2) /* in the document body */
#define MDOC_NEWLINE (1 << 3) /* first macro/text in a line */