Browse Source

BufferedStatement - removed unused property

Ondrej Mirtes 9 years ago
parent
commit
b6832f25ec
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Database/Statement/BufferedStatement.php

+ 0 - 1
src/Database/Statement/BufferedStatement.php

@@ -91,7 +91,6 @@ class BufferedStatement extends StatementDecorator
             return $row;
         }
 
-        $this->_fetchType = $type;
         $record = parent::fetch($type);
 
         if ($record === false) {