mirror of https://github.com/Icinga/icinga2.git
Remove superfluous ifdef
fixes #10890 Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
parent
5aa4700d61
commit
8b292cf5f7
|
@ -206,11 +206,7 @@ int Main(void)
|
|||
po::options_description hiddenDesc("Hidden options");
|
||||
|
||||
hiddenDesc.add_options()
|
||||
#ifndef _WIN32
|
||||
("no-stack-rlimit", "used internally, do not specify manually")
|
||||
#else /* _WIN32 */
|
||||
("no-stack-rlimit", "used internally, do not specify manually")
|
||||
#endif /* _WIN32 */
|
||||
("arg", po::value<std::vector<std::string> >(), "positional argument");
|
||||
|
||||
po::positional_options_description positionalDesc;
|
||||
|
|
Loading…
Reference in New Issue