Debugger: Remove some unneeded "No process" notification in CDB

Change-Id: I84d4aa30ff52f9a368503edc41f4a51e709a3a6e
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2017-03-01 09:10:44 +01:00
parent 9423f3414b
commit 4e1922ce5f

View File

@@ -261,7 +261,6 @@ CdbEngine::CdbEngine(const DebuggerRunParameters &sp) :
void CdbEngine::init()
{
m_effectiveStartMode = NoStartMode;
notifyInferiorPid(0);
m_accessible = false;
m_specialStopMode = NoSpecialStop;
m_nextCommandToken = 0;