if 0 some code - the calling code is if 0'd as well

This commit is contained in:
Oswald Buddenhagen
2009-10-12 18:25:03 +02:00
parent 973f607e64
commit 1653e287e7
2 changed files with 4 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ void RemoteGdbAdapter::prepareInferior()
#endif
}
#if 0
void RemoteGdbAdapter::handleSetTargetAsync(const GdbResponse &response)
{
QTC_ASSERT(state() == InferiorPreparing, qDebug() << state());
@@ -190,6 +191,7 @@ void RemoteGdbAdapter::handleSetTargetAsync(const GdbResponse &response)
emit inferiorPreparationFailed(msg);
}
}
#endif
void RemoteGdbAdapter::handleFileExecAndSymbols(const GdbResponse &response)
{

View File

@@ -65,7 +65,9 @@ private:
Q_SLOT void readUploadStandardError();
Q_SLOT void uploadProcError(QProcess::ProcessError error);
#if 0
void handleSetTargetAsync(const GdbResponse &response);
#endif
void handleFileExecAndSymbols(const GdbResponse &response);
void handleTargetRemote(const GdbResponse &response);
void handleKill(const GdbResponse &response);