summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-05-24 15:48:06 +0200
committerDylan Hardison <dylan@mozilla.com>2016-05-24 15:48:06 +0200
commitae11e604e6535058ecbdf0a9216d4167e7d45676 (patch)
treef9c9ad879fb1806d9eec867cb3daf1d61834fb18 /extensions
parent4434d09061b49fd96fcdac4210edaab4a2d83722 (diff)
downloadbugzilla-ae11e604e6535058ecbdf0a9216d4167e7d45676.tar.gz
bugzilla-ae11e604e6535058ecbdf0a9216d4167e7d45676.tar.xz
nit: unused function
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/Extension.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/BugModal/Extension.pm b/extensions/BugModal/Extension.pm
index f1f7fb5f0..b1700fddd 100644
--- a/extensions/BugModal/Extension.pm
+++ b/extensions/BugModal/Extension.pm
@@ -21,7 +21,6 @@ use Bugzilla::Util qw(trick_taint datetime_from html_quote time_ago);
use List::MoreUtils qw(any);
use Template::Stash;
use JSON::XS qw(encode_json);
-use Scalar::Util qw(blessed);
our $VERSION = '1';