]> granicus.if.org Git - graphviz/commit
graphml2gv: remove 'nameMap'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 22 Oct 2022 20:43:38 +0000 (13:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 2 Nov 2022 03:26:06 +0000 (20:26 -0700)
commit6ed5a742296e7c6d516fa76801cdfa1494413607
tree6a25f3dc3472d007d76dbc73f22b4b78f28e6520
parent4c1b08b0aa631474e09749f9e8b32240fb4b89b3
graphml2gv: remove 'nameMap'

This dictionary was only ever inserted to by code that was removed in the
previous commit as unreachable. So we know it is always empty and lookups into
it would have always returned null.

Gitlab: #2300
cmd/tools/graphml2gv.c