mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Remove superfluous ifdef
fixes #10890 Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
parent
9de34e09b1
commit
ccd92dc3a6
@ -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…
x
Reference in New Issue
Block a user