about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepoGitSearch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/RepoGitSearch.pm')
-rw-r--r--lib/PublicInbox/RepoGitSearch.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/RepoGitSearch.pm b/lib/PublicInbox/RepoGitSearch.pm
index d3760449..36e3fab3 100644
--- a/lib/PublicInbox/RepoGitSearch.pm
+++ b/lib/PublicInbox/RepoGitSearch.pm
@@ -60,8 +60,6 @@ EOF
 );
 chomp @HELP;
 
-my %all_pfx = (%bool_pfx_internal, %bool_pfx_external, %prob_prefix);
-
 sub new {
         my ($class, $git_dir, $repo_dir) = @_;
         $repo_dir ||= "$git_dir/public-inbox";