]> Sergey Matveev's repositories - public-inbox.git/commit
syscall: get rid of epoll_defined() sub
authorEric Wong <e@80x24.org>
Fri, 23 Dec 2022 12:51:07 +0000 (12:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 23 Dec 2022 22:20:36 +0000 (22:20 +0000)
commitd8f49eed19346690c33f5d9da5fbaf041f065f0f
treeb10fffa3a206280f1ef783960c9556ddbb2fbedf
parent1556c660030b7ebb4006f522026e638285e94f46
syscall: get rid of epoll_defined() sub

We can just check defined() on the `our' var itself and
save the process several kilobytes of memory.
lib/PublicInbox/DS.pm
lib/PublicInbox/Syscall.pm