Debugger: Simplify GdbEngine::updateWatchData

The removed parts were only used with the non-Python engine.

Change-Id: Ia6858517b011c6f7ace8b2521beafdb4b03efc89
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-03-06 12:51:01 +01:00
parent 329c493764
commit 7c2c3307b3
2 changed files with 0 additions and 29 deletions

View File

@@ -417,7 +417,6 @@ protected:
void setLocals(const QList<GdbMi> &locals);
QSet<QByteArray> m_processedNames;
struct TypeInfo
{
TypeInfo(uint s = 0) : size(s) {}