Remove unused number of threads option again
This commit is contained in:
committed by
Michael Krasnyk
parent
dc81c7b926
commit
456b198702
@@ -88,7 +88,6 @@ struct EngineConfig final
|
||||
int max_alternatives = 3; // set an arbitrary upper bound; can be adjusted by user
|
||||
bool use_shared_memory = true;
|
||||
Algorithm algorithm = Algorithm::CH;
|
||||
int use_threads_number = 1;
|
||||
std::string verbosity;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user