Commit 18b21461 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

core: network: Remove unused label

parent cefea7d5
......@@ -315,9 +315,6 @@ net_Read (vlc_object_t *restrict p_this, int fd,
errno = EINTR;
return -1;
}
#if VLC_WINSTORE_APP
do_poll:
#endif
/* Wait for more data */
if (poll (ufd, sizeof (ufd) / sizeof (ufd[0]), -1) < 0)
{
......
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