debugger: remove unused variable

This commit is contained in:
hjk
2011-04-06 18:26:27 +02:00
parent edd160779b
commit 5a2c64b482

View File

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