[vlc-devel] commit: test: Remove unused variable. (Pierre	d'Herbemont )
    git version control 
    git at videolan.org
       
    Thu Aug 20 21:54:40 CEST 2009
    
    
  
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 21:54:28 2009 +0200| [df32b381d088aa1634ce280568be8f0d3f340aad] | committer: Pierre d'Herbemont 
test: Remove unused variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df32b381d088aa1634ce280568be8f0d3f340aad
---
 test/libvlc/core.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/test/libvlc/core.c b/test/libvlc/core.c
index e9d773c..53cb8c8 100644
--- a/test/libvlc/core.c
+++ b/test/libvlc/core.c
@@ -26,7 +26,6 @@
 static void test_core (const char ** argv, int argc)
 {
     libvlc_instance_t *vlc;
-    int id;
 
     log ("Testing core\n");
 
    
    
More information about the vlc-devel
mailing list