forked from qt-creator/qt-creator
debugger: remove SymbianDebugClient enum
There is only CODA nowadays. Change-Id: I8350baed5b66947593c5850491ac9606af3b737c Reviewed-by: Paweł Polański <pawel.3.polanski@nokia.com>
This commit is contained in:
@@ -1933,9 +1933,7 @@ AbstractGdbAdapter *GdbEngine::createAdapter()
|
||||
const DebuggerStartParameters &sp = startParameters();
|
||||
if (sp.toolChainAbi.os() == Abi::SymbianOS) {
|
||||
// FIXME: 1 of 3 testing hacks.
|
||||
if (sp.debugClient == DebuggerStartParameters::SymbianDebugClientCoda)
|
||||
return new CodaGdbAdapter(this);
|
||||
return 0;
|
||||
return new CodaGdbAdapter(this);
|
||||
}
|
||||
|
||||
switch (sp.startMode) {
|
||||
|
||||
Reference in New Issue
Block a user