mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
-n and -t are okay together
This commit is contained in:
parent
7c7d727b55
commit
c80995170a
1 changed files with 0 additions and 5 deletions
|
@ -120,11 +120,6 @@ AssignmentClientApp::AssignmentClientApp(int argc, char* argv[]) :
|
|||
requestAssignmentType = (Assignment::Type) argumentVariantMap.value(ASSIGNMENT_TYPE_OVERRIDE_OPTION).toInt();
|
||||
}
|
||||
if (parser.isSet(clientTypeOption)) {
|
||||
if (numForks || minForks || maxForks) {
|
||||
qCritical() << "don't use -t with forking mode.";
|
||||
parser.showHelp();
|
||||
Q_UNREACHABLE();
|
||||
}
|
||||
requestAssignmentType = (Assignment::Type) parser.value(clientTypeOption).toInt();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue