Skip to content

Commit ca86058

Browse files
Nek-nicolas-grekas
authored andcommitted
Remove HHVM support (second edition)
1 parent b4eeb6b commit ca86058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data/Bundle/Reader/IntlBundleReader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function read($path, $locale)
3434
// Never enable fallback. We want to know if a bundle cannot be found
3535
$bundle = new \ResourceBundle($locale, $path, false);
3636
} catch (\Exception $e) {
37-
// HHVM compatibility: constructor throws on invalid resource
3837
$bundle = null;
3938
}
4039

0 commit comments

Comments
 (0)