From: Marcel Werk Date: Fri, 1 Jul 2016 14:29:13 +0000 (+0200) Subject: Removed obsolete method supportsBulkInsert() X-Git-Tag: 3.0.0_Beta_1~1283 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0a6e48dabb208786c179ff5d4dcaeb1cb93bd14f;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete method supportsBulkInsert() --- 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 */