]> granicus.if.org Git - graphviz/commit
expr: [nfc] remove unnecessary parens and dereference of 'matchf'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Feb 2022 19:08:03 +0000 (11:08 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 27 Feb 2022 22:57:01 +0000 (14:57 -0800)
commit87568bd20511e4ee78c241a3e127ac4215c19d7a
tree3e8e0e3528846d3dd636ee5f24c5ed7de6aa55ef
parentae636e57d1556f9318445433c521b57dda4b0228
expr: [nfc] remove unnecessary parens and dereference of 'matchf'

The C compiler knows how to dereference and call through a function pointer
without needing this manual instruction.
lib/expr/exeval.c