debugger: fix unneeded fetchMore() calls by removing a mis-placed beginCycle()

This commit is contained in:
hjk
2010-02-04 13:20:11 +01:00
parent bf06f38a03
commit c64b202a2c
2 changed files with 4 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ void GdbEngine::updateLocalsPython(const QByteArray &varList)
PRECONDITION;
m_processedNames.clear();
manager()->watchHandler()->beginCycle();
//m_toolTipExpression.clear();
WatchHandler *handler = m_manager->watchHandler();