Skip to content

Commit b378b91

Browse files
committed
fix: Remove old UV plugin check.
1 parent ccf6040 commit b378b91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Core/Async/EventLoop.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ class EventLoop
7070
*/
7171
private function __construct()
7272
{
73-
if (!function_exists('uv_loop_new')) {
74-
throw new BadMethodCallException('Cannot create EventLoop, ext-uv extension missing');
75-
}
76-
7773
$this->taskQueue = new SplQueue();
7874
$this->fibers = new SplObjectStorage();
7975
$this->startTime = $this->getCurrentTime();

0 commit comments

Comments
 (0)