[feature/sphinx-fulltext-search] remove unused property

Removes unused property $word_length

PHPBB3-10946
This commit is contained in:
Dhruv 2012-07-27 02:49:44 +05:30
parent 6547989225
commit cec9f7d54e

View file

@ -47,7 +47,6 @@ class phpbb_search_fulltext_sphinx
private $dbtype;
private $user;
private $config_file_data = '';
public $word_length = array();
public $search_query;
public $common_words = array();