]> granicus.if.org Git - graphviz/commit
xdot_gradient_fillcolor: remove dead store to 'r1'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 01:32:47 +0000 (17:32 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 15 Nov 2021 15:54:17 +0000 (07:54 -0800)
commit2b720b83b2b9bc0338d48372216a81bf7a1f9806
tree0d2263c5a3e870aafe737831e63d17e0044c7f95
parentc6079f03ebcf9f1fad612351429bffda3e52136c
xdot_gradient_fillcolor: remove dead store to 'r1'

This variable is overwritten on line 648 without having been read in between.
This code appears copy-pasted from `cairo_gradient_fill` without noticing that
this line is unused here.
plugin/core/gvrender_core_dot.c