From 57e9f86a58060ecbad9bc41d26d6998dccd11c69 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 16 Oct 2013 14:05:19 +0800 Subject: Bug 927026: searching for an unset tracking flag is failing again --- Bugzilla/Search.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index bb94cad47..51f08f558 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -1669,10 +1669,6 @@ sub _params_to_data_structure { # And then process the modern "custom search" format. $clause->add( $self->_custom_search ); - # BMO - allow post-processing of search clauses - Bugzilla::Hook::process('search_clause_structure', - { search => $self, clause => $clause }); - return $clause; } -- cgit v1.2.3-24-g4f1b