diff --git a/System/Pool/Timeout.php b/System/Pool/Timeout.php index 2567e77d..02a85798 100644 --- a/System/Pool/Timeout.php +++ b/System/Pool/Timeout.php @@ -39,8 +39,6 @@ trait Timeout protected function flush($retain_number) { $channels = $this->getChannels(); - - $names = []; foreach ($channels as $name => $channel) { $names[] = $name; $this->pop($channel, $name, $retain_number);