]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
repobrowse: remove unnecessary import
authorEric Wong <e@80x24.org>
Fri, 17 Feb 2017 23:08:39 +0000 (23:08 +0000)
committerEric Wong <e@80x24.org>
Fri, 17 Feb 2017 23:08:39 +0000 (23:08 +0000)
We do not need to escape URIs in this file.

lib/PublicInbox/Repobrowse.pm

index de5bd3640c284bbbd3dcb323e4af1698c7c32915..867785141f78217fee4782c27c35114221d74036 100644 (file)
@@ -20,7 +20,6 @@
 package PublicInbox::Repobrowse;
 use strict;
 use warnings;
-use URI::Escape qw(uri_escape_utf8);
 use PublicInbox::RepoConfig;
 
 my %CMD = map { lc($_) => $_ } qw(Log Commit Tree Patch Blob Raw Tag Atom