From 0646affc573b7e4cbc10d687943a091f8c51f96a Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 20 Aug 2009 22:01:48 +0200 Subject: [PATCH] test: Remove an unused variable in variables.c. --- test/src/misc/variables.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2