From eb3922db33e87ae91073b39888ae32b5f8f0eeec Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 12 Nov 2024 20:34:31 +0000 Subject: [PATCH] www_coderepo: drop unused File::Spec import I initially thought File::Spec->abs2rel would be used in this file, but it turns out `prurl' is a better place to call abs2rel. --- lib/PublicInbox/WwwCoderepo.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PublicInbox/WwwCoderepo.pm b/lib/PublicInbox/WwwCoderepo.pm index 413dfee53..8be8ada01 100644 --- a/lib/PublicInbox/WwwCoderepo.pm +++ b/lib/PublicInbox/WwwCoderepo.pm @@ -22,7 +22,6 @@ use PublicInbox::RepoTree; use PublicInbox::RepoList; use PublicInbox::OnDestroy; use URI::Escape qw(uri_escape_utf8); -use File::Spec; use autodie qw(fcntl open); use PublicInbox::Git qw(git_exe); -- 2.47.2