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

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