summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-11-28 05:51:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-11-28 05:51:32 +0000
commitcfd12f597e8f3e9e5acc3bfbeeef43065481d942 (patch)
tree79b1412957cbfd47749f6aa5ba0d7ea21176eb96 /man.h
parent51a396af44d32fdbef128c7cabfded8bd9c8cf32 (diff)
downloadmandoc-cfd12f597e8f3e9e5acc3bfbeeef43065481d942.tar.gz
Simplify by making many functions in the man(7) parser void,
and some cleanup; no functional change, minus 70 lines.
Diffstat (limited to 'man.h')
-rw-r--r--man.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/man.h b/man.h
index 13fa660f..1d8a2b3d 100644
--- a/man.h
+++ b/man.h
@@ -68,7 +68,6 @@ enum man_type {
MAN_BLOCK,
MAN_HEAD,
MAN_BODY,
- MAN_TAIL,
MAN_TBL,
MAN_EQN
};