summaryrefslogtreecommitdiffstats
path: root/tree.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-05 15:03:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-05 15:03:27 +0000
commite0015d9facf740a96124938363ba25c3b6c09af8 (patch)
treebebf9dd098429842cccc08c348fd7db9216b7e63 /tree.c
parent811d843bdd0c53a8825c4c177600fa22e1d8d722 (diff)
downloadmandoc-e0015d9facf740a96124938363ba25c3b6c09af8.tar.gz
The EQN_LISTONE box type is pointless.
Simplify by just using EQN_LIST with expectargs = 1. Noticed while investigating a bug report from bentley@. No functional change.
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index 31edead1..db26a2ab 100644
--- a/tree.c
+++ b/tree.c
@@ -316,7 +316,6 @@ print_box(const struct eqn_box *ep, int indent)
case EQN_ROOT:
t = "eqn-root";
break;
- case EQN_LISTONE:
case EQN_LIST:
t = "eqn-list";
break;