Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jan 20, 2014
1 parent 786405c commit 203195e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Negotiation/LanguageNegotiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,5 @@ protected function match(array $acceptHeaders, array $priorities = array())
if (null !== $wildcardAccept) {
return reset($priorities);
}

return null;
}
}

0 comments on commit 203195e

Please sign in to comment.