about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-28 11:14:58 +0000
committerEric Wong <e@80x24.org>2021-10-28 19:17:10 +0000
commit165efd91f75d64213eda4cebae11b310f8844300 (patch)
treef96b3986d34803d7d5d6c2848c4f978550b54d60
parent44812cbbec44625083b6e5441a798a21a5e79f71 (diff)
downloadpublic-inbox-165efd91f75d64213eda4cebae11b310f8844300.tar.gz
Use the one provided by the LeiInput parent class.
-rw-r--r--lib/PublicInbox/LeiConvert.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/PublicInbox/LeiConvert.pm b/lib/PublicInbox/LeiConvert.pm
index 623599ae..906f3026 100644
--- a/lib/PublicInbox/LeiConvert.pm
+++ b/lib/PublicInbox/LeiConvert.pm
@@ -23,11 +23,6 @@ sub input_eml_cb { # used by PublicInbox::LeiInput::input_fh
         $self->{wcb}->(undef, {}, $eml);
 }
 
-sub input_net_cb { # callback for ->imap_each, ->nntp_each
-        my (undef, undef, $kw, $eml, $self) = @_; # @_[0,1]: url + uid ignored
-        $self->{wcb}->(undef, { kw => $kw }, $eml);
-}
-
 sub input_maildir_cb {
         my (undef, $kw, $eml, $self) = @_; # $_[0] $filename ignored
         $self->{wcb}->(undef, { kw => $kw }, $eml);