Removed dead assignment

Change-Id: Ia4b9c27b8aa405e3e7c6e92639eb105689a0f299
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Robert Loehning
2011-10-21 14:25:54 +02:00
committed by hjk
parent 998281c5c9
commit 35ac0251d2

View File

@@ -2866,7 +2866,6 @@ void GdbEngine::extractDataFromInfoBreak(const QString &output, BreakpointModelI
sub.updateLocation(location);
sub.id = BreakpointResponseId(majorPart, minorPart);
sub.type = response.type;
sub.address = address;
handler->insertSubBreakpoint(id, sub);
location.clear();
function.clear();