From 770c3c93b8a6a0db9e2152a67bccb257fa7c0233 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Oct 2016 23:47:22 +0000 Subject: thread: remove rootset accessor method It doesn't buy us much and copying to a new array is slower; but probably not measurable in real-world use. --- lib/PublicInbox/SearchThread.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/PublicInbox/SearchThread.pm') diff --git a/lib/PublicInbox/SearchThread.pm b/lib/PublicInbox/SearchThread.pm index d39e9b62..7e89946d 100644 --- a/lib/PublicInbox/SearchThread.pm +++ b/lib/PublicInbox/SearchThread.pm @@ -29,8 +29,6 @@ sub new { }, $_[0]; } -sub rootset { @{$_[0]{rootset}} } - sub thread { my $self = shift; $self->_setup(); -- cgit v1.2.3-24-ge0c7