about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiImport.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/LeiImport.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/LeiImport.pm')
-rw-r--r--lib/PublicInbox/LeiImport.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiImport.pm b/lib/PublicInbox/LeiImport.pm
index 803b5cda..227a2a21 100644
--- a/lib/PublicInbox/LeiImport.pm
+++ b/lib/PublicInbox/LeiImport.pm
@@ -78,7 +78,6 @@ sub lei_import { # the main "lei import" method
         $self->{-wq_nr_workers} = $j // 1; # locked
         my ($op_c, undef) = $lei->workers_start($self, 'lei_import', $j, $ops);
         $lei->{imp} = $self;
-        $self->wq_io_do('input_stdin', []) if $self->{0};
         net_merge_complete($self) unless $lei->{auth};
         $op_c->op_wait_event($ops);
 }