forked from qt-creator/qt-creator
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:
@@ -417,7 +417,6 @@ protected:
|
||||
|
||||
void setLocals(const QList<GdbMi> &locals);
|
||||
|
||||
QSet<QByteArray> m_processedNames;
|
||||
struct TypeInfo
|
||||
{
|
||||
TypeInfo(uint s = 0) : size(s) {}
|
||||
|
||||
Reference in New Issue
Block a user