about summary refs log tree commit homepage
path: root/lib/PublicInbox/HTTPD
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-08 04:31:30 +0000
committerEric Wong <e@80x24.org>2019-01-22 03:38:39 +0000
commit2f8319e8aab32252e5895be6bb8dbd2d5941ebd9 (patch)
tree65af64b885e239497f7d38e8e48b4bc369066a80 /lib/PublicInbox/HTTPD
parentc440c879d38e67f62bdbb74f616dc84d20899c33 (diff)
downloadpublic-inbox-2f8319e8aab32252e5895be6bb8dbd2d5941ebd9.tar.gz
We don't appear to be using it anywhere
Diffstat (limited to 'lib/PublicInbox/HTTPD')
-rw-r--r--lib/PublicInbox/HTTPD/Async.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/HTTPD/Async.pm b/lib/PublicInbox/HTTPD/Async.pm
index 842aaf62..a8488b6b 100644
--- a/lib/PublicInbox/HTTPD/Async.pm
+++ b/lib/PublicInbox/HTTPD/Async.pm
@@ -66,7 +66,6 @@ sub async_pass {
 sub event_read { $_[0]->{cb}->(@_) }
 sub event_hup { $_[0]->{cb}->(@_) }
 sub event_err { $_[0]->{cb}->(@_) }
-sub sysread { shift->{sock}->sysread(@_) }
 
 sub close {
         my $self = shift;