From: Don Armstrong Date: Wed, 20 Jun 2007 20:55:53 +0000 (+0100) Subject: don't use ::Usertags ::Status et al. in soap.cgi anymore X-Git-Tag: release/2.6.0~541^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41f4070218c0b11c803e7bfea1ba5801b40479b5;p=debbugs.git don't use ::Usertags ::Status et al. in soap.cgi anymore --- diff --git a/cgi/soap.cgi b/cgi/soap.cgi index 0eea5e6..666a68c 100755 --- a/cgi/soap.cgi +++ b/cgi/soap.cgi @@ -2,10 +2,6 @@ #use SOAP::Transport::HTTP; -use Debbugs::SOAP::Usertag; -use Debbugs::SOAP::Status; -use Debbugs::SOAP::Server; - # Work around stupid soap bug on line 411 if (not exists $ENV{EXPECT}) { $ENV{EXPECT} = '';