]> git.sesse.net Git - vlc/commitdiff
Remove dead code.
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 6 Jan 2010 22:34:10 +0000 (23:34 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 9 Jan 2010 00:50:24 +0000 (01:50 +0100)
share/lua/intf/modules/host.lua

index 63c2bdc28b4f80c0feaf296575f67ba2129a18ec..747ff45b3afcf2d7c1ac656929a42a86d2ebd579 100644 (file)
@@ -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