forked from qt-creator/qt-creator
debugger: remove unused variable
This commit is contained in:
@@ -2457,7 +2457,6 @@ void GdbEngine::handleBreakListMultiple(const GdbResponse &response)
|
||||
{
|
||||
QTC_ASSERT(response.resultClass == GdbResultDone, /**/)
|
||||
const BreakpointId id = response.cookie.toInt();
|
||||
BreakHandler *handler = breakHandler();
|
||||
const QString str = QString::fromLocal8Bit(
|
||||
response.data.findChild("consolestreamoutput").data());
|
||||
extractDataFromInfoBreak(str, id);
|
||||
|
||||
Reference in New Issue
Block a user