Skip to content

Commit

Permalink
remove an unnecessary assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Feb 14, 2022
1 parent 1a3a4d4 commit 973bb16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Lib/PhpProcessReader/PhpVersionDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ public function decidePhpVersion(
Assert::true(ZendTypeReader::isSupported($version));
}

assert(isset($target_php_settings->libpthread_path));

return new TargetPhpSettings(
php_regex: $target_php_settings->php_regex,
libpthread_regex: $target_php_settings->libpthread_regex,
Expand Down

0 comments on commit 973bb16

Please sign in to comment.