[vlc-devel] commit: Remove dead code. (Antoine Cellerier )

git version control git at videolan.org
Sat Jan 9 01:49:48 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Jan  6 23:34:10 2010 +0100| [92432bcb27cc118e1bcac57d8c6488ddb55da1ca] | committer: Antoine Cellerier 

Remove dead code.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92432bcb27cc118e1bcac57d8c6488ddb55da1ca
---

 share/lua/intf/modules/host.lua |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/share/lua/intf/modules/host.lua b/share/lua/intf/modules/host.lua
index 63c2bdc..747ff45 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




More information about the vlc-devel mailing list