]> Sergey Matveev's repositories - public-inbox.git/commitdiff
search: remove unnecessary xpfx export
authorEric Wong <e@80x24.org>
Sun, 16 Aug 2015 07:25:11 +0000 (07:25 +0000)
committerEric Wong <e@80x24.org>
Sun, 16 Aug 2015 07:25:11 +0000 (07:25 +0000)
SearchMsg calls it with the full module path anyways.

lib/PublicInbox/Search.pm

index c9c12c0b8ebb10f0e94cbaa64e9ee8cb491231bc..39b06b0afe6045fcd220eee77133a12144f4d476 100644 (file)
@@ -5,14 +5,11 @@ package PublicInbox::Search;
 use strict;
 use warnings;
 use PublicInbox::SearchMsg;
-use base qw/Exporter/;
 use Search::Xapian qw/:standard/;
 require PublicInbox::View;
 use Email::MIME;
 use PublicInbox::MID qw/mid_clean mid_compressed/;
 
-our @EXPORT = qw/xpfx/;
-
 use constant {
        TS => 0,
        SCHEMA_VERSION => 0,