]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Inline the one call to the get_mode() function.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 00:55:34 +0000 (19:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 19:10:28 +0000 (14:10 -0500)
The get_mode() function was only called in one place, and its
implementation was about three lines. The overhead of checking its
arguments and figuring out its return value was not worth the
absolutely tiny improvement in readability that the function afforded,
so the whole thing has been inlined at its one call site.


No differences found