Skip to content
Snippets Groups Projects
Commit 92432bcb authored by dionoea's avatar dionoea
Browse files

Remove dead code.

parent f5bcd007
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment