From: Matthew Fernandez Date: Sat, 5 Jun 2021 02:14:24 +0000 (-0700) Subject: remove unused einf X-Git-Tag: 2.47.3~6^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f590ae4fc4b517978d76277fe17fb62ed92fe6f;p=graphviz remove unused einf --- diff --git a/lib/common/utils.c b/lib/common/utils.c index 252129e4d..fd99480f9 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -1971,5 +1971,4 @@ findCluster (Dt_t* map, char* name) Agnodeinfo_t* ninf(Agnode_t* n) {return (Agnodeinfo_t*)AGDATA(n);} Agraphinfo_t* ginf(Agraph_t* g) {return (Agraphinfo_t*)AGDATA(g);} -Agedgeinfo_t* einf(Agedge_t* e) {return (Agedgeinfo_t*)AGDATA(e);} /* void dumpG(Agraph_t* g) { agwrite(g, stderr); } */ diff --git a/lib/common/utils.h b/lib/common/utils.h index a08ac866d..a06fe9208 100644 --- a/lib/common/utils.h +++ b/lib/common/utils.h @@ -107,7 +107,6 @@ extern "C" { Agnodeinfo_t* ninf(Agnode_t* n); Agraphinfo_t* ginf(Agraph_t* g); -Agedgeinfo_t* einf(Agedge_t* e); #undef extern