]> git.sesse.net Git - vlc/commitdiff
test: Remove unused variable.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 19:54:28 +0000 (21:54 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 19:54:28 +0000 (21:54 +0200)
test/libvlc/core.c

index e9d773c1520d1be43281f701f874da44e739467d..53cb8c8c511bb4f736d7cd32d4b70f825565aa47 100644 (file)
@@ -26,7 +26,6 @@
 static void test_core (const char ** argv, int argc)
 {
     libvlc_instance_t *vlc;
-    int id;
 
     log ("Testing core\n");