]> Sergey Matveev's repositories - public-inbox.git/commitdiff
git: reduce delete ops in _destroy
authorEric Wong <e@80x24.org>
Wed, 25 Jan 2023 10:18:35 +0000 (10:18 +0000)
committerEric Wong <e@80x24.org>
Thu, 26 Jan 2023 02:18:13 +0000 (02:18 +0000)
We can avoid some extra returns and branches by just relying on
variadic arguments.


No differences found