From: Matthew Fernandez Date: Mon, 2 Jan 2023 03:17:01 +0000 (-0800) Subject: pack: remove some unhelpful comments X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f620d039e8ad5401b644437502edf67534fb9246;p=graphviz pack: remove some unhelpful comments --- diff --git a/lib/pack/ccomps.c b/lib/pack/ccomps.c index e463b75a2..843a56a22 100644 --- a/lib/pack/ccomps.c +++ b/lib/pack/ccomps.c @@ -94,15 +94,11 @@ static int isLegal(const char *p) { return 1; } -/* insertFn: - */ static void insertFn(Agnode_t * n, void *state) { agsubnode(state, n, 1); } -/* markFn: - */ static int markFn (Agnode_t* n, int v) { int ret; @@ -112,8 +108,6 @@ static int markFn (Agnode_t* n, int v) return ret; } -/* setPrefix: - */ static void setPrefix(agxbuf *xb, const char *pfx) { if (!pfx || !isLegal(pfx)) { pfx = "_cc_"; @@ -409,8 +403,6 @@ static void unionNodes(Agraph_t * dg, Agraph_t * g) } } -/* clMarkFn: - */ static int clMarkFn (Agnode_t* n, int v) { int ret;