]> Sergey Matveev's repositories - public-inbox.git/commit
eofpipe: drop {arg} support for now
authorEric Wong <e@80x24.org>
Tue, 17 Jan 2023 07:19:07 +0000 (07:19 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jan 2023 23:26:01 +0000 (23:26 +0000)
commit84050272ef72aadbc2fc6abf106a27ff1bb3ddc7
tree1c7d1f0d0abe198f0862f33c443e3aa11bb4f4b1
parent710613c1a986ae124202409e67fb3d0b78f5fb43
eofpipe: drop {arg} support for now

The only user of EOFpipe has no args, so avoid wasting a hash
slot on it.  If we need it again in the future, EOFpipe will
allow an array of args, instead.
lib/PublicInbox/Daemon.pm
lib/PublicInbox/EOFpipe.pm