debugger: fix "run to line" on mac

Task-number: QTCREATORBUG-4619
This commit is contained in:
hjk
2011-05-03 18:14:18 +02:00
parent 3d2869d6a0
commit 83b95ec78f
2 changed files with 22 additions and 14 deletions

View File

@@ -710,7 +710,6 @@ private: ////////// View & Data Stuff //////////
bool isQFatalBreakpoint(int bpnr) const;
// HACK:
StackFrame m_targetFrame;
QByteArray m_currentThread;
QString m_lastWinException;
int m_qFatalBreakpointNumber;