]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commitcc37f7c9858d46638a0eea7333912f74c05cb708
treeb36a2d17fd16c7ff131a36b302456ad682d1031c
parent1b03467e0f7e790191cbbab51baef0300d71133a
git: reduce delete ops in _destroy

We can avoid some extra returns and branches by just relying on
variadic arguments.
lib/PublicInbox/Git.pm