remove useless methods (base class has identical implementations)

This commit is contained in:
Oswald Buddenhagen
2009-10-20 17:43:57 +02:00
parent d34ad30b55
commit c936e29931
2 changed files with 0 additions and 6 deletions

View File

@@ -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);

View File

@@ -61,8 +61,6 @@ public:
void startInferior();
void startInferiorPhase2();
void interruptInferior();
void shutdown();
const char *inferiorShutdownCommand() const { return "kill"; }
private:
void handleStubAttached(const GdbResponse &response);