about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepoGitSearchIdx.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-02-10 01:51:05 +0000
committerEric Wong <e@80x24.org>2017-02-10 02:08:58 +0000
commit52f9edfb756676b471deac69e5d55df1933aa528 (patch)
tree70d8e53d8cd09600968e68f80bd4d288cf0ee77e /lib/PublicInbox/RepoGitSearchIdx.pm
parentfa52216cc1bd95db3757f5bcae46ab539b66ce1d (diff)
downloadpublic-inbox-52f9edfb756676b471deac69e5d55df1933aa528.tar.gz
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 :)
Diffstat (limited to 'lib/PublicInbox/RepoGitSearchIdx.pm')
-rw-r--r--lib/PublicInbox/RepoGitSearchIdx.pm1
1 files changed, 0 insertions, 1 deletions
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,