From ec3f871c9a34734b865365a43979a0b459654b05 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 8 May 2011 07:26:55 +0000 Subject: epoll_wait: flags argument is unused We only poll for one event (EPOLLIN/EPOLLOUT) at a time, so there's no need to actually check since they're too rare. --- lib/rainbows/xepoll_thread_spawn/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/xepoll_thread_spawn/client.rb') diff --git a/lib/rainbows/xepoll_thread_spawn/client.rb b/lib/rainbows/xepoll_thread_spawn/client.rb index 72031eb..118836b 100644 --- a/lib/rainbows/xepoll_thread_spawn/client.rb +++ b/lib/rainbows/xepoll_thread_spawn/client.rb @@ -43,7 +43,7 @@ module Rainbows::XEpollThreadSpawn::Client def self.loop buf = "" begin - EP.wait(nil, 1000) { |fl, obj| obj.epoll_run(buf) } + EP.wait(nil, 1000) { |_, obj| obj.epoll_run(buf) } expire rescue Errno::EINTR rescue => e -- cgit v1.2.3-24-ge0c7