forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user