summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
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)