]> git.sesse.net Git - vlc/blobdiff - test/src/misc/variables.c
test: Remove an unused variable in variables.c.
[vlc] / test / src / misc / variables.c
index fe60bcb9c75b02a428888b74e464fb9e04edf567..0eff75544f2d9f6955d3eeb25e2ac6f1093dee32 100644 (file)
@@ -333,7 +333,6 @@ static void test_change( libvlc_int_t *p_libvlc )
 
 static void test_creation_and_type( libvlc_int_t *p_libvlc )
 {
-    int i_type;
     vlc_value_t val;
     val.i_int = 4212;