Fixing "used only once" errors flagged by tinderbox on the last checkin.

git-svn-id: svn://10.0.0.236/trunk@98022 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com
2001-06-27 02:31:55 +00:00
parent ee129f3bf3
commit 99e643f07b
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ sub bug_form_pl_sillyness {
my $zz;
$zz = %::FORM;
$zz = %::components;
$zz = %::proddesc;
$zz = %::prodmaxvotes;
$zz = %::versions;
$zz = @::legal_keywords;

View File

@@ -33,6 +33,7 @@ require "CGI.pl";
sub sillyness {
my $zz;
$zz = $::buffer;
$zz = $::usergroupset;
$zz = %::COOKIE;
$zz = %::components;
$zz = %::versions;