about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-02-17 23:08:39 +0000
committerEric Wong <e@80x24.org>2017-02-17 23:08:39 +0000
commit7ca9df837d6b6ac060a9f321fe87900218ef7e88 (patch)
treeed73d7741769a12a2d5d347c8363dba676827a56
parent8d83eab9d95348e996a2d1f92d970ddc0bf4f85b (diff)
downloadpublic-inbox-7ca9df837d6b6ac060a9f321fe87900218ef7e88.tar.gz
We do not need to escape URIs in this file.
-rw-r--r--lib/PublicInbox/Repobrowse.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Repobrowse.pm b/lib/PublicInbox/Repobrowse.pm
index de5bd364..86778514 100644
--- a/lib/PublicInbox/Repobrowse.pm
+++ b/lib/PublicInbox/Repobrowse.pm
@@ -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