From: Pierre d'Herbemont Date: Thu, 20 Aug 2009 20:01:48 +0000 (+0200) Subject: test: Remove an unused variable in variables.c. X-Git-Tag: 1.1.0-ff~4091 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0646affc573b7e4cbc10d687943a091f8c51f96a;p=vlc test: Remove an unused variable in variables.c. --- diff --git a/test/src/misc/variables.c b/test/src/misc/variables.c index fe60bcb9c7..0eff75544f 100644 --- a/test/src/misc/variables.c +++ b/test/src/misc/variables.c @@ -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;