[vlc-devel] commit: Unused variable ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Oct 12 18:07:15 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 12 19:07:08 2008 +0300| [1b9a78857e4ad056384561fd49442adba11cd244] | committer: Rémi Denis-Courmont
Unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b9a78857e4ad056384561fd49442adba11cd244
---
src/config/cmdline.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/config/cmdline.c b/src/config/cmdline.c
index 8de2e22..c9fa3ce 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 */
More information about the vlc-devel
mailing list