From: Pierre d'Herbemont Date: Thu, 20 Aug 2009 19:54:28 +0000 (+0200) Subject: test: Remove unused variable. X-Git-Tag: 1.1.0-ff~4093 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=df32b381d088aa1634ce280568be8f0d3f340aad;hp=45acb59fedba2de44e2203e6e45da352bc4a69fe;p=vlc test: Remove unused variable. --- diff --git a/test/libvlc/core.c b/test/libvlc/core.c index e9d773c152..53cb8c8c51 100644 --- a/test/libvlc/core.c +++ b/test/libvlc/core.c @@ -26,7 +26,6 @@ static void test_core (const char ** argv, int argc) { libvlc_instance_t *vlc; - int id; log ("Testing core\n");