]> git.donarmstrong.com Git - debbugs.git/commitdiff
don't use ::Usertags ::Status et al. in soap.cgi anymore
authorDon Armstrong <don@donarmstrong.com>
Wed, 20 Jun 2007 20:55:53 +0000 (21:55 +0100)
committerDon Armstrong <don@donarmstrong.com>
Wed, 20 Jun 2007 20:55:53 +0000 (21:55 +0100)
cgi/soap.cgi

index 0eea5e66085816182ea7ce5cad4d3c1a0926a5fa..666a68cafa178855da90c96a50f93f6b19ea9ef6 100755 (executable)
@@ -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} = '';