Commit 0646affc authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test: Remove an unused variable in variables.c.

parent a8571b9b
...@@ -333,7 +333,6 @@ static void test_change( libvlc_int_t *p_libvlc ) ...@@ -333,7 +333,6 @@ static void test_change( libvlc_int_t *p_libvlc )
static void test_creation_and_type( libvlc_int_t *p_libvlc ) static void test_creation_and_type( libvlc_int_t *p_libvlc )
{ {
int i_type;
vlc_value_t val; vlc_value_t val;
val.i_int = 4212; val.i_int = 4212;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment