Remove superfluous ifdef

fixes #10890

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
Arnd Hannemann 2015-11-27 20:44:24 +01:00 committed by Michael Friedrich
parent 5aa4700d61
commit 8b292cf5f7
1 changed files with 0 additions and 4 deletions

View 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;