summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-10-16 14:34:37 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-10-16 14:34:37 +0200
commit4754b82f103754876d80a805c9cd0deeebb69f24 (patch)
treeba9202405325e3fdc000d13c05e16e679f5cd04a /Bugzilla/DB.pm
parent1ba4a8fa9c31a215057fde454d8b05422c027da4 (diff)
downloadbugzilla-4754b82f103754876d80a805c9cd0deeebb69f24.tar.gz
bugzilla-4754b82f103754876d80a805c9cd0deeebb69f24.tar.xz
Minor improvement for bug 451735
r=mkanat
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 0290623d2..97099b54c 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -941,8 +941,6 @@ sub bz_drop_index {
$self->_bz_real_schema->delete_index($table, $name);
$self->_bz_store_real_schema;
}
-
- return $index_exists ? 1 : 0;
}
# bz_drop_index_raw($table, $name, $silent)