]> git.sesse.net Git - vlc/commitdiff
Remove unused variable
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 18 Feb 2006 20:05:50 +0000 (20:05 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 18 Feb 2006 20:05:50 +0000 (20:05 +0000)
modules/access_output/udp.c

index d78cc8a65ebfc6d1901cf5b54e036dfcc843ce40..50051b51537961ca88611bda49820a4649ca3dd0 100644 (file)
@@ -509,7 +509,6 @@ static void ThreadWrite( vlc_object_t *p_this )
     char strerror_buf[WINSOCK_STRERROR_SIZE];
 # define strerror( x ) winsock_strerror( strerror_buf )
 #endif
-    int i = 0;
 
     while( !p_thread->b_die )
     {