Commit 1b9a7885 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent f69b6868
...@@ -58,7 +58,6 @@ int __config_LoadCmdLine( vlc_object_t *p_this, int *pi_argc, ...@@ -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; int i_cmd, i_index, i_opts, i_shortopts, flag, i_verbose = 0;
module_t *p_parser; module_t *p_parser;
struct option *p_longopts; struct option *p_longopts;
int i_modules_index;
const char **argv_copy = NULL; const char **argv_copy = NULL;
/* Short options */ /* Short options */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment