Removed warning.

git-svn-id: svn://10.0.0.236/trunk@62533 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org 2000-03-10 17:45:09 +00:00
parent 54f1e9551e
commit 7a12dbb0f0

View File

@ -24,13 +24,14 @@
use diagnostics;
use strict;
# use Carp; # for confess
# Shut up misguided -w warnings about "used only once". For some reason,
# "use vars" chokes on me when I try it here.
sub CGI_pl_sillyness {
my $zz;
$zz = %::FILENAME;
$zz = %::MFORM;
$zz = %::dontchange;
}
@ -451,6 +452,7 @@ sub make_options {
"details of what you were doing when this message " .
"appeared. Thank you.\n";
PutFooter();
# confess "Gulp.";
exit 0;
} else {