]> granicus.if.org Git - graphviz/commitdiff
remove unused INCIDENT macro
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Nov 2020 20:28:58 +0000 (12:28 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 04:39:06 +0000 (20:39 -0800)
lib/common/ns.c

index 451d26e764e1470e43acfeb6f411a18411d68ffb..f7f39b311506bfceac0ab7793dde0adc1e4302af 100644 (file)
@@ -343,8 +343,6 @@ static subtree_t *STsetUnion(subtree_t *s0, subtree_t *s1)
   return r;
 }
 
-#define INCIDENT(e,treeset)  ((STsetFind(agtail(e),treeset)) != STsetFind(aghead(e),treeset))
-
 /* find tightest edge to another tree incident on the given tree */
 static Agedge_t *inter_tree_edge_search(Agnode_t *v, Agnode_t *from, Agedge_t *best)
 {