comment out handleExecRunToFunction()

it is currently unused. do not just remove it, as hjk says he wants to
revive it.
This commit is contained in:
Oswald Buddenhagen
2009-10-13 17:16:33 +02:00
parent 885a425dd1
commit 7782e26ae6
2 changed files with 16 additions and 16 deletions

View File

@@ -268,7 +268,7 @@ private:
void handleFileExecAndSymbols(const GdbResponse &response);
void handleExecContinue(const GdbResponse &response);
void handleExecJumpToLine(const GdbResponse &response);
void handleExecRunToFunction(const GdbResponse &response);
// void handleExecRunToFunction(const GdbResponse &response);
void handleInfoShared(const GdbResponse &response);
void handleShowVersion(const GdbResponse &response);
void handleQueryPwd(const GdbResponse &response);