Skip to content

Commit

Permalink
Remove no-op method.
Browse files Browse the repository at this point in the history
This method did nothing but heat the earth.
  • Loading branch information
markstory committed Dec 31, 2013
1 parent ca4b24b commit 7db6888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cake/ORM/Query.php
Expand Up @@ -650,7 +650,6 @@ public function first() {
if ($this->_dirty) {
$this->limit(1);
}
$this->bufferResults();
$this->_results = $this->all();
return $this->_results->first();
}
Expand Down

0 comments on commit 7db6888

Please sign in to comment.