Removed obsolete method supportsBulkInsert()
authorMarcel Werk <burntime@woltlab.com>
Fri, 1 Jul 2016 14:29:13 +0000 (16:29 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 1 Jul 2016 14:29:13 +0000 (16:29 +0200)
wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php

index a1d8e73e9e4f2c75755106d1cbca973399fa56ea..7868fa558b3bcd16e67b410227828efa41cd83b0 100644 (file)
@@ -141,13 +141,6 @@ class SearchIndexManager extends SingletonFactory implements ISearchIndexManager
                $this->getSearchIndexManager()->createSearchIndices();
        }
        
-       /**
-        * @inheritDoc
-        */
-       public function supportsBulkInsert() {
-               return $this->getSearchIndexManager()->supportsBulkInsert();
-       }
-       
        /**
         * @inheritDoc
         */