Debugger: Simplify *SlaveEngineType StartParameters members

The secondSlaveEngineType was not really used, and the first
either NoEngineType or identical to the cppEngineType.

Change-Id: I1725728ca38636f228ff9b9d8ca7d643a34c64e8
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-03-04 17:50:52 +01:00
parent e79808a8f7
commit e2421afd1b
3 changed files with 3 additions and 12 deletions

View File

@@ -79,8 +79,6 @@ public:
DebuggerStartParameters()
: masterEngineType(NoEngineType),
firstSlaveEngineType(NoEngineType),
secondSlaveEngineType(NoEngineType),
cppEngineType(NoEngineType),
runConfiguration(0),
isSnapshot(false),
@@ -102,11 +100,7 @@ public:
testCase(0)
{}
//Core::Id profileId;
DebuggerEngineType masterEngineType;
DebuggerEngineType firstSlaveEngineType;
DebuggerEngineType secondSlaveEngineType;
DebuggerEngineType cppEngineType;
QString sysRoot;
QString deviceSymbolsRoot;