Skip to content

Commit

Permalink
Removed not needed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsniper committed Mar 26, 2012
1 parent f3b8570 commit f4c92e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/Common/Cache/ApcCache.php
Expand Up @@ -47,8 +47,6 @@ protected function doFetch($id)
*/
protected function doContains($id)
{
$found = false;

return apc_exists($id);
}

Expand Down

0 comments on commit f4c92e7

Please sign in to comment.