]> granicus.if.org Git - graphviz/commit
pathpath: remove 'a' parameter
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 4 Aug 2021 04:00:42 +0000 (21:00 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 10 Aug 2021 14:52:53 +0000 (07:52 -0700)
commit10383eacab855848d3193a924490010e21b2288f
treeecd3b0c7a3fcfcda7530b903666c07b50d1e6b7f
parentb724e7c5bd9e5f6901638040c1018c3addad67ff
pathpath: remove 'a' parameter

This function is only ever called with a=="". There is probably more
simplification possible within pathpath, but the logic is convoluted. Better to
unwind this mess in a separate commit.
lib/ast/ast.h
lib/ast/pathfind.c
lib/ast/pathpath.c