[ticket/11050] remove common_words property from sphinx

common_words property is never used in sphinx class hence removed.

PHPBB3-11050
This commit is contained in:
Dhruv 2012-08-10 16:28:38 +05:30
parent 505a713349
commit fd20e73b74

View file

@ -111,13 +111,6 @@ class phpbb_search_fulltext_sphinx
*/
public $search_query;
/**
* Contains common words
* common words are words with length less/more than min/max length
* @var array
*/
public $common_words = array();
/**
* Constructor
* Creates a new phpbb_search_fulltext_postgres, which is used as a search backend.