source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: garbage collect unused enum member EQN_ROOT
@ 2017-07-07 19:40 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-07-07 19:40 UTC (permalink / raw)
  To: source

Log Message:
-----------
garbage collect unused enum member EQN_ROOT

Modified Files:
--------------
    mandoc:
        mandoc.h
        tree.c

Revision Data
-------------
Index: tree.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/tree.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -Ltree.c -Ltree.c -u -p -r1.75 -r1.76
--- tree.c
+++ tree.c
@@ -313,9 +313,6 @@ print_box(const struct eqn_box *ep, int 
 
 	t = NULL;
 	switch (ep->type) {
-	case EQN_ROOT:
-		t = "eqn-root";
-		break;
 	case EQN_LIST:
 		t = "eqn-list";
 		break;
Index: mandoc.h
===================================================================
RCS file: /home/cvs/mandoc/mandoc/mandoc.h,v
retrieving revision 1.243
retrieving revision 1.244
diff -Lmandoc.h -Lmandoc.h -u -p -r1.243 -r1.244
--- mandoc.h
+++ mandoc.h
@@ -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.) */
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-07 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 19:40 mandoc: garbage collect unused enum member EQN_ROOT schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).