Removed unused local variable

This commit is contained in:
Richard Miller 2011-12-11 23:17:54 +00:00
parent 1a921ec2a3
commit 7832fbc61a

View file

@ -65,7 +65,6 @@ abstract class AbstractProvider implements ProviderInterface
for ($offset = 0; $offset < $nbObjects; $offset += $this->options['batch_size']) {
$stepStartTime = microtime(true);
$documents = array();
$objects = $this->fetchSlice($queryBuilder, $this->options['batch_size'], $offset);
$this->objectPersister->insertMany($objects);