Skip to content

Commit

Permalink
Remove superfluous code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 29, 2011
1 parent 7886bcb commit 3cf55e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PHP/CodeCoverage/Filter.php
Expand Up @@ -263,8 +263,6 @@ public function isFiltered($filename, $ignoreWhitelist = FALSE)
return !isset($this->whitelistedFiles[$filename]);
}

$blacklistedFiles = array();

return isset($this->blacklistedFiles[$filename]);
}

Expand Down

0 comments on commit 3cf55e7

Please sign in to comment.