about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAP.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/IMAP.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/IMAP.pm')
-rw-r--r--lib/PublicInbox/IMAP.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/IMAP.pm b/lib/PublicInbox/IMAP.pm
index 89a278c1..f4b08eee 100644
--- a/lib/PublicInbox/IMAP.pm
+++ b/lib/PublicInbox/IMAP.pm
@@ -1271,8 +1271,6 @@ sub event_step {
 
 sub compressed { undef }
 
-sub zflush {} # overridden by IMAPdeflate
-
 # RFC 4978
 sub cmd_compress ($$$) {
         my ($self, $tag, $alg) = @_;