Debugger: Don't check for existence of gdb.inferior.threads()

All supported versions have it in that context.

Change-Id: Iafff4760ba521ffc9abc4e05dbbc9263ed6fe21a
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2013-06-06 11:41:38 +02:00
parent c8862ad418
commit c2d6081a6c
3 changed files with 1 additions and 17 deletions

View File

@@ -387,7 +387,6 @@ protected:
bool m_isQnxGdb;
bool m_hasBreakpointNotifications;
bool m_hasPython;
bool m_hasInferiorThreadList;
private: ////////// Inferior Management //////////