about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-21 07:51:22 +0000
committerEric Wong <e@80x24.org>2020-12-21 21:51:59 +0000
commitc13272432ad28adb506faf6fb9121569cf5ec710 (patch)
tree5110f0880ed7ea393ea54ce087ef8093ca148c42 /lib/PublicInbox/ExtSearch.pm
parent427b4fbbc68e4e03b20d66062dd47a0213e18390 (diff)
downloadpublic-inbox-c13272432ad28adb506faf6fb9121569cf5ec710.tar.gz
Unlike inboxdir, the canonical-ness of -extindex paths is not
relevant at the moment, and may never be relevant at all.  So
don't mislead others into thinking these paths being
canonicalized matters.
Diffstat (limited to 'lib/PublicInbox/ExtSearch.pm')
-rw-r--r--lib/PublicInbox/ExtSearch.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/ExtSearch.pm b/lib/PublicInbox/ExtSearch.pm
index 2a560935..a2b97798 100644
--- a/lib/PublicInbox/ExtSearch.pm
+++ b/lib/PublicInbox/ExtSearch.pm
@@ -9,7 +9,6 @@ use strict;
 use v5.10.1;
 use PublicInbox::Over;
 use PublicInbox::Inbox;
-use File::Spec ();
 use PublicInbox::MiscSearch;
 use DBI qw(:sql_types); # SQL_BLOB
 
@@ -18,7 +17,6 @@ use parent qw(PublicInbox::Search);
 
 sub new {
         my (undef, $topdir) = @_;
-        $topdir = File::Spec->canonpath($topdir);
         bless {
                 topdir => $topdir,
                 # xpfx => 'ei15'