From bedf09db7c633aa271c86fdaaffb3abb7557480f Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 7 Jul 2021 20:15:36 -0700 Subject: [PATCH] remove unhelpful comment It does not seem to aid understanding this code to know John Ellson and someone known as GN requested it. --- lib/cgraph/attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cgraph/attr.c b/lib/cgraph/attr.c index 967cbe6e9..0e3bd8eda 100644 --- a/lib/cgraph/attr.c +++ b/lib/cgraph/attr.c @@ -299,7 +299,7 @@ static Agsym_t *setattr(Agraph_t * g, int kind, char *name, char *value) } if (rv && (kind == AGRAPH)) agxset(g, rv, value); - agmethod_upd(g, g, rv); /* JCE and GN wanted this */ + agmethod_upd(g, g, rv); return rv; } -- 2.40.0