forked from qt-creator/qt-creator
Debugger: Remove unused ThreadsHandler::pidForGroupId
Change-Id: I3028a85246a8fb78bac7c99e77676341206e687f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -296,11 +296,6 @@ void ThreadsHandler::setCurrentThread(const Thread &thread)
|
||||
thread->update();
|
||||
}
|
||||
|
||||
QString ThreadsHandler::pidForGroupId(const QString &groupId) const
|
||||
{
|
||||
return m_pidForGroupId[groupId];
|
||||
}
|
||||
|
||||
void ThreadsHandler::notifyGroupCreated(const QString &groupId, const QString &pid)
|
||||
{
|
||||
m_pidForGroupId[groupId] = pid;
|
||||
|
@@ -81,7 +81,6 @@ public:
|
||||
Thread currentThread() const;
|
||||
Thread threadForId(const QString &id) const;
|
||||
void setCurrentThread(const Thread &thread);
|
||||
QString pidForGroupId(const QString &groupId) const;
|
||||
|
||||
void updateThread(const ThreadData &threadData);
|
||||
void setThreads(const GdbMi &data);
|
||||
|
Reference in New Issue
Block a user