From 9fdf746077bea39281d1e9ee4da2b45577d6b0ea Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 22 May 2019 21:46:55 +0000 Subject: DS: get rid of unused methods and aliases "make syntax" is clean, now --- lib/PublicInbox/DS.pm | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm index 779215c9..0acb034f 100644 --- a/lib/PublicInbox/DS.pm +++ b/lib/PublicInbox/DS.pm @@ -105,17 +105,6 @@ sub HaveEpoll { return $HaveEpoll; } -=head2 C<< CLASS->WatchedSockets() >> - -Returns the number of file descriptors which are registered with the global -poll object. - -=cut -sub WatchedSockets { - return scalar keys %DescriptorMap; -} -*watched_sockets = *WatchedSockets; - =head2 C<< CLASS->ToClose() >> Return the list of sockets that are awaiting close() at the end of the @@ -206,20 +195,6 @@ sub AddTimer { die "Shouldn't get here."; } -=head2 C<< CLASS->DescriptorMap() >> - -Get the hash of PublicInbox::DS objects keyed by the file descriptor (fileno) they -are wrapping. - -Returns a hash in list context or a hashref in scalar context. - -=cut -sub DescriptorMap { - return wantarray ? %DescriptorMap : \%DescriptorMap; -} -*descriptor_map = *DescriptorMap; -*get_sock_ref = *DescriptorMap; - sub _InitPoller { return if $DoneInit; -- cgit v1.2.3-24-ge0c7