From 0a6e48dabb208786c179ff5d4dcaeb1cb93bd14f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 1 Jul 2016 16:29:13 +0200 Subject: [PATCH] Removed obsolete method supportsBulkInsert() --- .../files/lib/system/search/SearchIndexManager.class.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php b/wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php index a1d8e73e9e..7868fa558b 100644 --- a/wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php +++ b/wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php @@ -141,13 +141,6 @@ class SearchIndexManager extends SingletonFactory implements ISearchIndexManager $this->getSearchIndexManager()->createSearchIndices(); } - /** - * @inheritDoc - */ - public function supportsBulkInsert() { - return $this->getSearchIndexManager()->supportsBulkInsert(); - } - /** * @inheritDoc */ -- 2.20.1