[vlc-commits] lua: remove no-op

Rémi Denis-Courmont git at videolan.org
Thu Jun 20 18:14:02 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 20 19:07:56 2013 +0300| [80fc185b2ec36f1837501375dacfa83949521e06] | committer: Rémi Denis-Courmont

lua: remove no-op

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

 modules/lua/libs/net.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/lua/libs/net.c b/modules/lua/libs/net.c
index 32aa79b..ef056c1 100644
--- a/modules/lua/libs/net.c
+++ b/modules/lua/libs/net.c
@@ -211,7 +211,6 @@ static int vlclua_net_poll( lua_State *L )
     {
         p_fds[i].fd = luaL_checkinteger( L, -2 );
         p_fds[i].events = luaL_checkinteger( L, -1 );
-        p_fds[i].revents = 0;
         lua_pop( L, 1 );
         i++;
     }



More information about the vlc-commits mailing list