Skip to content

Commit ce5e7d8

Browse files
committed
Remove dead code
1 parent 87b0dcc commit ce5e7d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/phpstan

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ use Symfony\Component\Console\Helper\ProgressBar;
1919
ini_set('opcache.enable', 'Off');
2020
}
2121

22-
if (PHP_VERSION_ID < 70300) {
23-
gc_disable(); // performance boost
24-
}
25-
2622
define('__PHPSTAN_RUNNING__', true);
2723

2824
$analysisStartTime = microtime(true);

0 commit comments

Comments
 (0)