neutrino remove unused parameter -r from CmdParser()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9563fe7878
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-05 (Fri, 05 Jan 2024)

Origin message was:
------------------
- neutrino remove unused parameter -r from CmdParser()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2024-01-05 23:02:50 +01:00
parent cb526d15ba
commit 8c32493999

View File

@@ -2586,14 +2586,6 @@ void CNeutrinoApp::CmdParser(int argc, char **argv)
else if ((!strcmp(argv[x], "-zd"))) { else if ((!strcmp(argv[x], "-zd"))) {
zapit_debug = 1; zapit_debug = 1;
} }
else if (!strcmp(argv[x], "-r")) {
printf("[neutrino] WARNING: parameter -r ignored\n");
x++;
if (x < argc)
x++;
if (x < argc)
x++;
}
else { else {
dprintf(DEBUG_NORMAL, "Usage: neutrino [-v | --verbose 0..3]\n"); dprintf(DEBUG_NORMAL, "Usage: neutrino [-v | --verbose 0..3]\n");
exit(CNeutrinoApp::EXIT_ERROR); exit(CNeutrinoApp::EXIT_ERROR);