forked from qt-creator/qt-creator
remove useless methods (base class has identical implementations)
This commit is contained in:
@@ -141,10 +141,6 @@ void TermGdbAdapter::interruptInferior()
|
||||
debugMessage(_("CANNOT INTERRUPT %1").arg(attachedPID));
|
||||
}
|
||||
|
||||
void TermGdbAdapter::shutdown()
|
||||
{
|
||||
}
|
||||
|
||||
void TermGdbAdapter::stubError(const QString &msg)
|
||||
{
|
||||
showMessageBox(QMessageBox::Critical, tr("Debugger Error"), msg);
|
||||
|
||||
Reference in New Issue
Block a user