[vlc-commits] core: network: Remove unused label

Hugo Beauzée-Luyssen git at videolan.org
Wed Jul 1 14:12:33 CEST 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Jul  1 14:11:37 2015 +0200| [18b214614868cac41d615ae65b85980b3be7c62e] | committer: Hugo Beauzée-Luyssen

core: network: Remove unused label

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

 src/network/io.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/network/io.c b/src/network/io.c
index b7676d9..61a97cc 100644
--- a/src/network/io.c
+++ b/src/network/io.c
@@ -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)
         {



More information about the vlc-commits mailing list