]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: drop unnecessary awaitpid import
authorEric Wong <e@80x24.org>
Thu, 19 Jan 2023 20:32:37 +0000 (20:32 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Jan 2023 20:54:23 +0000 (20:54 +0000)
commit5a52841422b46646c1e6d2f93c8c14d1d24a0544
tree6ee38899e46338055a96c2868076c9c7d9d2bd27
parent658e63c55d937f592bc76deb7fb8c7eb1f21c443
qspawn: drop unnecessary awaitpid import

We don't actually need to call awaitpid here, ProcessPipe
will take care of that.
lib/PublicInbox/Qspawn.pm