debugger: remove some old test code

Change-Id: I899cc0ac4e130ceeb08c474ee255fbe2613c2e6b
Reviewed-on: http://codereview.qt.nokia.com/3875
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-08-30 10:49:43 +02:00
committed by hjk
parent 6a8a786472
commit e978dce852

View File

@@ -804,10 +804,6 @@ void GdbEngine::runDebuggingHelperClassic(const WatchData &data0, bool dumpChild
void GdbEngine::createGdbVariableClassic(const WatchData &data) void GdbEngine::createGdbVariableClassic(const WatchData &data)
{ {
PRECONDITION; PRECONDITION;
if (data.iname == "local.flist.0") {
int i = 1;
Q_UNUSED(i);
}
postCommand("-var-delete \"" + data.iname + '"', WatchUpdate); postCommand("-var-delete \"" + data.iname + '"', WatchUpdate);
QByteArray exp = data.exp; QByteArray exp = data.exp;
if (exp.isEmpty() && data.address) if (exp.isEmpty() && data.address)