]> granicus.if.org Git - icinga2/commitdiff
Remove superfluous ifdef
authorArnd Hannemann <arnd@arndnet.de>
Fri, 27 Nov 2015 19:44:24 +0000 (20:44 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 18 Dec 2015 10:14:50 +0000 (11:14 +0100)
fixes #10890

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
icinga-app/icinga.cpp

index b6bfb31b8c08f4d113d0eee30e4409ff1d92a6db..7fc93213235cacc31b91975ad477639e4fafcba3 100644 (file)
@@ -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;