]> granicus.if.org Git - graphviz/commit
lib/glcomp: remove unnecessary 'static' from some variables
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 21 Mar 2022 04:35:20 +0000 (21:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 05:31:13 +0000 (22:31 -0700)
commit9df1c31ad4870da581f7c094b724bcc7178b9ecf
tree44b73ea616c4357083d39509d21687687eb650ff
parenta9d002fead151c4ab5771a2808e2ae5968526dc0
lib/glcomp: remove unnecessary 'static' from some variables

These are unconditionally overwritten during their respective functions before
they are ever read.
lib/glcomp/glcompfont.c
lib/glcomp/glutils.c