mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 17:03:34 +02:00
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:
@@ -2586,14 +2586,6 @@ void CNeutrinoApp::CmdParser(int argc, char **argv)
|
||||
else if ((!strcmp(argv[x], "-zd"))) {
|
||||
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 {
|
||||
dprintf(DEBUG_NORMAL, "Usage: neutrino [-v | --verbose 0..3]\n");
|
||||
exit(CNeutrinoApp::EXIT_ERROR);
|
||||
|
Reference in New Issue
Block a user