forked from qt-creator/qt-creator
Removed dead assignment
Change-Id: Ia4b9c27b8aa405e3e7c6e92639eb105689a0f299 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -2866,7 +2866,6 @@ void GdbEngine::extractDataFromInfoBreak(const QString &output, BreakpointModelI
|
|||||||
sub.updateLocation(location);
|
sub.updateLocation(location);
|
||||||
sub.id = BreakpointResponseId(majorPart, minorPart);
|
sub.id = BreakpointResponseId(majorPart, minorPart);
|
||||||
sub.type = response.type;
|
sub.type = response.type;
|
||||||
sub.address = address;
|
|
||||||
handler->insertSubBreakpoint(id, sub);
|
handler->insertSubBreakpoint(id, sub);
|
||||||
location.clear();
|
location.clear();
|
||||||
function.clear();
|
function.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user