diff options
author | bbaetz%student.usyd.edu.au <> | 2002-08-26 15:16:47 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-08-26 15:16:47 +0200 |
commit | 5b18c51fdfab10bd25a17e9e729aedf4782cd6f7 (patch) | |
tree | 7192b9f3e69eadeaea611822f8594df0fb608f90 /Bugzilla/Search.pm | |
parent | 2154f73062a3b089f4e3488a9e0d133eb82f1566 (diff) | |
download | bugzilla-5b18c51fdfab10bd25a17e9e729aedf4782cd6f7.tar.gz bugzilla-5b18c51fdfab10bd25a17e9e729aedf4782cd6f7.tar.xz |
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r-- | Bugzilla/Search.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 562a68e48..b8cc9fed8 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -25,7 +25,6 @@ # Myk Melez <myk@mozilla.org> # Michael Schindler <michael@compressconsult.com> -use diagnostics; use strict; require "globals.pl"; |