about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-10-20 08:43:11 +0000
committerEric Wong <e@80x24.org>2022-10-24 08:18:26 +0000
commit619f4d617356c945321636e85b51ab4594d9e19d (patch)
treec8e8e314add2a7177c405931260053253a994fb2
parentf4f8acc91796060dbf680198201f9a82d8fe6c88 (diff)
downloadpublic-inbox-619f4d617356c945321636e85b51ab4594d9e19d.tar.gz
It hasn't been used in many years since commit
c1630b7dc4ef (githttpbackend: match Content-Type of git-http-backend(1), 2016-07-03)
-rw-r--r--lib/PublicInbox/GitHTTPBackend.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/GitHTTPBackend.pm b/lib/PublicInbox/GitHTTPBackend.pm
index 72b8e6c3..1eb51f27 100644
--- a/lib/PublicInbox/GitHTTPBackend.pm
+++ b/lib/PublicInbox/GitHTTPBackend.pm
@@ -27,7 +27,6 @@ my @binary = ('objects/[a-f0-9]{2}/[a-f0-9]{38,62}',
         'objects/pack/pack-[a-f0-9]{40,64}\.(?:pack|idx)');
 
 our $ANY = join('|', @binary, @text, 'git-upload-pack');
-my $BIN = join('|', @binary);
 my $TEXT = join('|', @text);
 
 sub serve {