Commit 80fc185b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

lua: remove no-op

parent 3d2bd907
......@@ -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++;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment