- removed old parallelization parameters from the old-style from eoParser class
Conflicts: eo/src/utils/eoParser.h
This commit is contained in:
parent
48115ee2f0
commit
5f67e0e151
1 changed files with 0 additions and 4 deletions
|
|
@ -98,10 +98,6 @@ eoParser::eoParser ( unsigned _argc, char **_argv , string _programDescription,
|
||||||
readFrom(stream);
|
readFrom(stream);
|
||||||
processParam(needHelp);
|
processParam(needHelp);
|
||||||
processParam(stopOnUnknownParam);
|
processParam(stopOnUnknownParam);
|
||||||
|
|
||||||
//multithreading
|
|
||||||
processParam(eo::parallelizeLoopParam);
|
|
||||||
//multithreading ends
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue