]> granicus.if.org Git - graphviz/commit
graphml2gv: remove 'xml_attr_value' from 'userdata_t'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Oct 2022 04:33:36 +0000 (21:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 14 Oct 2022 15:36:14 +0000 (08:36 -0700)
commita3487cf758d125a433d4ade5e6bd9369c6bed11c
tree2c3b2e6bd1cb3fcbb9085022efe9e626fc8312d8
parent65145403a5e1e2afb2fd30d3214bbcd5b74d705c
graphml2gv: remove 'xml_attr_value' from 'userdata_t'

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