From e0015d9facf740a96124938363ba25c3b6c09af8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 5 Jul 2017 15:03:27 +0000 Subject: 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. --- tree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tree.c') 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; -- cgit