From 92432bcb27cc118e1bcac57d8c6488ddb55da1ca Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 6 Jan 2010 23:34:10 +0100 Subject: [PATCH] Remove dead code. --- share/lua/intf/modules/host.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/share/lua/intf/modules/host.lua b/share/lua/intf/modules/host.lua index 63c2bdc28b..747ff45b3a 100644 --- a/share/lua/intf/modules/host.lua +++ b/share/lua/intf/modules/host.lua @@ -77,16 +77,6 @@ function host() local fds_write = vlc.net.fd_set_new() -- private methods - --[[local function client_accept( clients, listen ) - local wait - if #clients == 0 then - wait = -1 - else - wait = 0 - end - return listen:accept( wait ) - end]] - local function fd_client( client ) if client.status == status.read then return client.rfd -- 2.39.2