From f170845289646e2df500aa594fd681e6a2b3f602 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 31 Aug 2020 11:26:01 +0200 Subject: [PATCH] Remove commented out code in lib/cgraph/attr.c Was commented out already in the initial version 13 years ago. --- lib/cgraph/attr.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/cgraph/attr.c b/lib/cgraph/attr.c index 2be864302..323658d67 100644 --- a/lib/cgraph/attr.c +++ b/lib/cgraph/attr.c @@ -356,15 +356,13 @@ Agsym_t *agnxtattr(Agraph_t * g, int kind, Agsym_t * attr) void agraphattr_init(Agraph_t * g) { - /* Agdatadict_t *dd; */ - /* Agrec_t *attr; */ Agraph_t *context; g->desc.has_attrs = 1; - /* dd = */ agmakedatadict(g); + agmakedatadict(g); if (!(context = agparent(g))) context = g; - /* attr = */ agmakeattrs(context, g); + agmakeattrs(context, g); } int agraphattr_delete(Agraph_t * g) -- 2.40.0