]> granicus.if.org Git - graphviz/commit
graphml2gv: remove 'xml_attr_name' from 'userdata_t'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Oct 2022 04:31:29 +0000 (21:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 14 Oct 2022 15:36:14 +0000 (08:36 -0700)
commit65145403a5e1e2afb2fd30d3214bbcd5b74d705c
tree6c26e70e6c7215ea89f65bdcb37dac5785a127ad
parentbbbeb6fb1f954bf6b0206cd9a4a03b929245330f
graphml2gv: remove 'xml_attr_name' from 'userdata_t'

1d28d7d2b4d2b2551bd1f432aa175f54a69364a4 seems to have copied this
implementation of `userdata_t` from cmd/tools/gxl2gv.c without noticing the
`xml_attr_name` member is never written to in graphml2gv.
cmd/tools/graphml2gv.c