[vlc-devel] commit: test: Remove an unused variable in variables.c. (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Aug 20 22:07:38 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 22:01:48 2009 +0200| [0646affc573b7e4cbc10d687943a091f8c51f96a] | committer: Pierre d'Herbemont
test: Remove an unused variable in variables.c.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0646affc573b7e4cbc10d687943a091f8c51f96a
---
test/src/misc/variables.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/test/src/misc/variables.c b/test/src/misc/variables.c
index fe60bcb..0eff755 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;
More information about the vlc-devel
mailing list