From df32b381d088aa1634ce280568be8f0d3f340aad Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 20 Aug 2009 21:54:28 +0200 Subject: [PATCH] test: Remove unused variable. --- test/libvlc/core.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.39.2