From 1b9a78857e4ad056384561fd49442adba11cd244 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 12 Oct 2008 19:07:08 +0300 Subject: [PATCH] Unused variable --- src/config/cmdline.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/cmdline.c b/src/config/cmdline.c index 8de2e2224d..c9fa3ce677 100644 --- a/src/config/cmdline.c +++ b/src/config/cmdline.c @@ -58,7 +58,6 @@ int __config_LoadCmdLine( vlc_object_t *p_this, int *pi_argc, int i_cmd, i_index, i_opts, i_shortopts, flag, i_verbose = 0; module_t *p_parser; struct option *p_longopts; - int i_modules_index; const char **argv_copy = NULL; /* Short options */ -- 2.39.5