]> granicus.if.org Git - graphviz/commit
gvpr compileProg: remove some dead code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 18:00:05 +0000 (11:00 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Sep 2021 22:14:15 +0000 (15:14 -0700)
commit00c49f6e9fa08283e387a9968536d908d6c34aac
tree4b57a41ba47c1428eee767e7d1e180e3946d707a
parent2ba0e05d98c856619bd87d9a703f8b61bb98ed03
gvpr compileProg: remove some dead code

The `doFlags` function, at a minimum, prints "\n" into its buffer so there is
never a case when the result is an empty string.
lib/gvpr/compile.c