diff options
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index a8917aab8..ada2cc326 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -76,8 +76,6 @@ use constant SHUTDOWNHTML_RETRY_AFTER => 3600; # Global Code ##################################################################### -#$::SIG{__DIE__} = i_am_cgi() ? \&CGI::Carp::confess : \&Carp::confess; - # Note that this is a raw subroutine, not a method, so $class isn't available. sub init_page { if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) { |