From 52f9edfb756676b471deac69e5d55df1933aa528 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 Feb 2017 01:51:05 +0000 Subject: search: remove unnecessary abstractions and functionality This simplifies the code a bit and reduces the translation overhead for looking directly at data from tools shipped with Xapian. While we're at it, fix thread-all.t :) --- lib/PublicInbox/RepoGitSearchIdx.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox/RepoGitSearchIdx.pm') diff --git a/lib/PublicInbox/RepoGitSearchIdx.pm b/lib/PublicInbox/RepoGitSearchIdx.pm index cfd91701..67d7ec3f 100644 --- a/lib/PublicInbox/RepoGitSearchIdx.pm +++ b/lib/PublicInbox/RepoGitSearchIdx.pm @@ -13,7 +13,6 @@ use base qw(PublicInbox::RepoGitSearch); # base is read-only use POSIX qw(strftime); use PublicInbox::Git; use PublicInbox::GitIdx; -*xpfx = *PublicInbox::RepoGitSearch::xpfx; use constant { Z40 => ('0' x 40), STATE_GPGSIG => -0x80000000, -- cgit v1.2.3-24-ge0c7