X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=script%2Fpublic-inbox-httpd;h=43f1818861ed1d10f0032ec3891029e4ff79a2c3;hb=87425172fb480214c3f72e0174f4f8f15f48d92d;hp=f19582fafc600ccea7730ed98f45533ff8381ad6;hpb=3f779258173530ca88f31e1dc5332f951d2c44cd;p=public-inbox.git diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd index f19582fa..43f18188 100755 --- a/script/public-inbox-httpd +++ b/script/public-inbox-httpd @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ # # Standalone HTTP server for public-inbox. @@ -9,7 +9,6 @@ use Plack::Util; use PublicInbox::Daemon; use PublicInbox::HTTP; use PublicInbox::HTTPD; -use Plack::Request; use Plack::Builder; my %httpds; my $app;