From: bryce-mozilla%nextbus.com <> Date: Fri, 9 Jul 1999 06:55:32 +0000 (+0000) Subject: Spurious &. Remove $::buffer feature, as it was unused and broken. X-Git-Tag: bugzilla-2.6~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a6e1807847088f10ae2e739f36e353b4a0633ed;p=thirdparty%2Fbugzilla.git Spurious &. Remove $::buffer feature, as it was unused and broken. --- diff --git a/enter_bug.cgi b/enter_bug.cgi index b04c4e3681..4459148fac 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -26,7 +26,6 @@ require "CGI.pl"; # Shut up misguided -w warnings about "used only once": use vars @::legal_platform, - @::buffer, @::legal_severity, @::legal_opsys, @::legal_priority; @@ -49,7 +48,7 @@ if (!defined $::FORM{'product'}) { # to allow people to specify that product here. next; } - print "$p:\n"; + print "$p:\n"; if (defined $::proddesc{$p}) { print "$::proddesc{$p}\n"; }