]> granicus.if.org Git - graphviz/commit
remove unnecessary null deallocator for StringVector
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 30 Jun 2020 02:32:51 +0000 (19:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 30 Jun 2020 02:36:00 +0000 (19:36 -0700)
commitb16dcee0bab929e181a1e0483b5f99590f978f83
tree985ba48d2bdf93ff9b678c23cb11b17adae9b52f
parent3d14f5ca428b0b75299610d758b46c9c0f2b42b1
remove unnecessary null deallocator for StringVector

The underlying vector implementation anticipates that the deallocator may be
null, so there is no need for this empty implementation.
lib/sparse/vector.c