1
0
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:
Daniel Lowrey 2015-01-21 20:19:47 -05:00
parent fb60221dcd
commit ab89cb1595

View File

@ -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;