summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Error.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Error.pm')
-rw-r--r--Bugzilla/Error.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm
index 77a272e1e..864024794 100644
--- a/Bugzilla/Error.pm
+++ b/Bugzilla/Error.pm
@@ -25,7 +25,6 @@ use Date::Format;
sub _throw_error {
my ($name, $error, $vars) = @_;
- my $dbh = Bugzilla->dbh;
my $cache = Bugzilla->request_cache;
$vars ||= {};