]> granicus.if.org Git - graphviz/commit
pathcanon: remove 'flags' argument
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 14 Mar 2022 00:34:07 +0000 (17:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Mar 2022 03:54:03 +0000 (20:54 -0700)
commita3db9ad8f8eb79a931f0bc6d087ca3b52de3dd62
treecd72cfb14bdedf46441bd00aa152dd0ddd35f7d5
parentd4bfc84514ef4e3ba38871d21e0a16845447d595
pathcanon: remove 'flags' argument

This function was only ever called with `0` as `flags`, which disables a lot of
its logic. We can reduce the amount of ongoing code to maintain by paring this
back to just the core in use.
lib/ast/ast.h
lib/ast/pathaccess.c
lib/ast/pathcanon.c