diff options
-rw-r--r-- | mandoc.h | 1 | ||||
-rw-r--r-- | tree.c | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -334,7 +334,6 @@ struct tbl_span { }; enum eqn_boxt { - EQN_ROOT, /* root of parse tree */ EQN_TEXT, /* text (number, variable, whatever) */ EQN_SUBEXPR, /* nested `eqn' subexpression */ EQN_LIST, /* list (braces, etc.) */ @@ -313,9 +313,6 @@ print_box(const struct eqn_box *ep, int indent) t = NULL; switch (ep->type) { - case EQN_ROOT: - t = "eqn-root"; - break; case EQN_LIST: t = "eqn-list"; break; |