1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-02-02 15:07:45 -05:00

No need to further maintain argc/argv here ...

... but keep it in cmdline.c (for now) to "follow the pattern".
This commit is contained in:
Moritz Grimm 2020-01-27 23:57:32 +01:00
parent b0ef65fc03
commit 46e72506b5

View File

@ -100,8 +100,6 @@ _cmdline_parse(int argc, char *argv[], int *ret_p)
return (-1);
}
}
argc -= optind;
argv += optind;
if (!v0_cfgfile) {
fprintf(stderr, "-%c must be provided\n",