about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiMark.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-29 07:08:23 +0000
committerEric Wong <e@80x24.org>2021-03-29 13:43:53 -0400
commit64233e6d87994bdda47bfaaf154d55ad8d7802c2 (patch)
tree78a1a3c765b94cde913297e66e4777bdc6948c48 /lib/PublicInbox/LeiMark.pm
parentf844e21ecc703f7a1285ba88edee490a8e8fe462 (diff)
downloadpublic-inbox-64233e6d87994bdda47bfaaf154d55ad8d7802c2.tar.gz
We can consistently open /dev/stdin correctly nowadays, so
drop the input_stdin and just use the normal ->path_to_fd
code path.
Diffstat (limited to 'lib/PublicInbox/LeiMark.pm')
-rw-r--r--lib/PublicInbox/LeiMark.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiMark.pm b/lib/PublicInbox/LeiMark.pm
index 6e611318..b187d6e7 100644
--- a/lib/PublicInbox/LeiMark.pm
+++ b/lib/PublicInbox/LeiMark.pm
@@ -118,7 +118,6 @@ sub lei_mark { # the "lei mark" method
         $self->{vmd_mod} = $vmd_mod;
         my ($op_c, undef) = $lei->workers_start($self, 'lei_mark', 1, $ops);
         $lei->{mark} = $self;
-        $self->wq_io_do('input_stdin', []) if $self->{0};
         net_merge_complete($self) unless $lei->{auth};
         $op_c->op_wait_event($ops);
 }