Commit 1f9f6d76 authored by terry%mozilla.org's avatar terry%mozilla.org

Removed warning.

parent 77c9d7e8
...@@ -24,13 +24,14 @@ ...@@ -24,13 +24,14 @@
use diagnostics; use diagnostics;
use strict; use strict;
# use Carp; # for confess
# Shut up misguided -w warnings about "used only once". For some reason, # Shut up misguided -w warnings about "used only once". For some reason,
# "use vars" chokes on me when I try it here. # "use vars" chokes on me when I try it here.
sub CGI_pl_sillyness { sub CGI_pl_sillyness {
my $zz; my $zz;
$zz = %::FILENAME; $zz = %::FILENAME;
$zz = %::MFORM;
$zz = %::dontchange; $zz = %::dontchange;
} }
...@@ -451,6 +452,7 @@ sub make_options { ...@@ -451,6 +452,7 @@ sub make_options {
"details of what you were doing when this message " . "details of what you were doing when this message " .
"appeared. Thank you.\n"; "appeared. Thank you.\n";
PutFooter(); PutFooter();
# confess "Gulp.";
exit 0; exit 0;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment