forked from qt-creator/qt-creator
Remove unused member variable from debugger plugin
Change-Id: If630ba9b3d108c2b81316555e67d4bc6a6beb098 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3103,8 +3103,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
|
||||
}
|
||||
|
||||
// Register factory of DebuggerRunControl.
|
||||
m_debuggerRunControlFactory = new DebuggerRunControlFactory
|
||||
(m_plugin, DebuggerEngineType(m_cmdLineEnabledEngines));
|
||||
m_debuggerRunControlFactory = new DebuggerRunControlFactory(m_plugin);
|
||||
m_plugin->addAutoReleasedObject(m_debuggerRunControlFactory);
|
||||
|
||||
// The main "Start Debugging" action.
|
||||
|
||||
Reference in New Issue
Block a user