]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
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)
commitca41da09458ee421117901cc3e1a96a37e921f14
treeaebf4d7869a4c80b60d91c20e7ef42d4c0a44508
parentf22034c7b75b7096e6ef26de7a5bc8e12a3f0b07
Inline the one call to the get_mode() function.

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.
src/apply-default-acl.c