mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
Remove unused variable
This commit is contained in:
parent
fb60221dcd
commit
ab89cb1595
@ -612,8 +612,6 @@ class UvReactor implements SignalReactor {
|
||||
|
||||
unset($poll->disable[$watcherId]);
|
||||
|
||||
$preexistingFlags = $poll->flags;
|
||||
|
||||
if ($watcher->type === Watcher::IO_READER) {
|
||||
$poll->flags |= \UV::READABLE;
|
||||
$poll->readers[$watcherId] = $watcher;
|
||||
|
Loading…
Reference in New Issue
Block a user