From fd20e73b74aab478ec4bc8cfad4a0d42d0740767 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Fri, 10 Aug 2012 16:28:38 +0530 Subject: [PATCH] [ticket/11050] remove common_words property from sphinx common_words property is never used in sphinx class hence removed. PHPBB3-11050 --- phpBB/includes/search/fulltext_sphinx.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 5082e511dc..5324580272 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -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.