From 77d17f46425335cf9cd39184e6c08ed64613753a Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 17 Dec 2021 20:54:48 -0800 Subject: [PATCH] remove prototypes of unimplemented object set management functions --- lib/cgraph/cghdr.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index 1b8972a92..561418bc2 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -81,10 +81,6 @@ void agmarkhtmlstr(char *s); /* object set management */ Agnode_t *agfindnode_by_id(Agraph_t * g, IDTYPE id); -Dtcompar_f agdictorder(Agraph_t *, Dict_t *, Dtcompar_f); -int agedgecmpf(Dict_t * d, void *arg_e0, void *arg_e1, Dtdisc_t * disc); -int agnamecmpf(Dict_t * d, void *, void *, Dtdisc_t * disc); -void agset_node_disc(Agraph_t * g, Dtdisc_t * disc); uint64_t agnextseq(Agraph_t * g, int objtype); /* dict helper functions */ -- 2.40.0