From 60805d5f4c0e08423b29fb1e8eefa76b05b11cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 20 Feb 2021 13:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Timeout.php | 2 -- 1 file changed, 2 deletions(-) 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);