1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

test: Remove an unused variable in variables.c.

This commit is contained in:
Pierre d'Herbemont 2009-08-20 22:01:48 +02:00
parent a8571b9ba0
commit 0646affc57

View 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;