- removed old parallelization parameters from the old-style from eoParser class

Conflicts:

	eo/src/utils/eoParser.h
This commit is contained in:
Caner Candan 2011-01-27 10:35:49 +01:00
commit 5f67e0e151

View file

@ -98,10 +98,6 @@ eoParser::eoParser ( unsigned _argc, char **_argv , string _programDescription,
readFrom(stream);
processParam(needHelp);
processParam(stopOnUnknownParam);
//multithreading
processParam(eo::parallelizeLoopParam);
//multithreading ends
}