about summary refs log tree commit homepage
path: root/lib/PublicInbox/POP3.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-07-23 04:41:49 +0000
committerEric Wong <e@80x24.org>2022-07-23 14:22:30 +0000
commit0f432191082f889c4296351e356c4abaf8cc7a28 (patch)
treee12e12de2cbc0e22e75d2f08a9a156414c814c5a /lib/PublicInbox/POP3.pm
parentb5371f1053676a4a551140739582070df773dc9c (diff)
downloadpublic-inbox-0f432191082f889c4296351e356c4abaf8cc7a28.tar.gz
ds: move no-op ->zflush to common base class
More deduplication, and POP3 never needed it.
Diffstat (limited to 'lib/PublicInbox/POP3.pm')
-rw-r--r--lib/PublicInbox/POP3.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/POP3.pm b/lib/PublicInbox/POP3.pm
index c368615d..fcea4bb9 100644
--- a/lib/PublicInbox/POP3.pm
+++ b/lib/PublicInbox/POP3.pm
@@ -55,8 +55,6 @@ sub out ($$;@) {
         printf { $self->{pop3d}->{out} } $fmt."\n", @args;
 }
 
-sub zflush {} # noop
-
 sub requeue_once ($) {
         my ($self) = @_;
         # COMPRESS users all share the same DEFLATE context.