OSDN Git Service

Removed dead assignment
authorRobert Loehning <robert.loehning@nokia.com>
Fri, 21 Oct 2011 12:25:54 +0000 (14:25 +0200)
committerhjk <qthjk@ovi.com>
Tue, 25 Oct 2011 11:09:29 +0000 (13:09 +0200)
Change-Id: Ia4b9c27b8aa405e3e7c6e92639eb105689a0f299
Reviewed-by: hjk <qthjk@ovi.com>
src/plugins/debugger/gdb/gdbengine.cpp

index a870c60..0356b1f 100644 (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();