Skip to content
Snippets Groups Projects
Commit c936e299 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

remove useless methods (base class has identical implementations)

parent d34ad30b
No related branches found
No related tags found
No related merge requests found
...@@ -141,10 +141,6 @@ void TermGdbAdapter::interruptInferior() ...@@ -141,10 +141,6 @@ void TermGdbAdapter::interruptInferior()
debugMessage(_("CANNOT INTERRUPT %1").arg(attachedPID)); debugMessage(_("CANNOT INTERRUPT %1").arg(attachedPID));
} }
void TermGdbAdapter::shutdown()
{
}
void TermGdbAdapter::stubError(const QString &msg) void TermGdbAdapter::stubError(const QString &msg)
{ {
showMessageBox(QMessageBox::Critical, tr("Debugger Error"), msg); showMessageBox(QMessageBox::Critical, tr("Debugger Error"), msg);
......
...@@ -61,8 +61,6 @@ public: ...@@ -61,8 +61,6 @@ public:
void startInferior(); void startInferior();
void startInferiorPhase2(); void startInferiorPhase2();
void interruptInferior(); void interruptInferior();
void shutdown();
const char *inferiorShutdownCommand() const { return "kill"; }
private: private:
void handleStubAttached(const GdbResponse &response); void handleStubAttached(const GdbResponse &response);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment