]> 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)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 23 Feb 2016 08:17:02 +0000 (09:17 +0100)
fixes #10890

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

index e1264d39d9ed82be686ba6f77a4bb8d92efb9829..4234aa96cf43b3f067f7aad19d13b4d9addc0e33 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;