forked from qt-creator/qt-creator
AndroidDebug: Removed unused gdbServerPort member variable
Change-Id: I4804e46cec3285280bcea28e7900c8b07d487fb6 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -130,8 +130,7 @@ RunControl *AndroidDebugSupport::createDebugRunControl(AndroidRunConfiguration *
|
||||
AndroidDebugSupport::AndroidDebugSupport(AndroidRunConfiguration *runConfig,
|
||||
DebuggerRunControl *runControl)
|
||||
: QObject(runControl), m_runControl(runControl),
|
||||
m_runner(new AndroidRunner(this, runConfig, true)),
|
||||
m_gdbServerPort(5039)
|
||||
m_runner(new AndroidRunner(this, runConfig, true))
|
||||
{
|
||||
Debugger::DebuggerRunConfigurationAspect *aspect
|
||||
= runConfig->extraAspect<Debugger::DebuggerRunConfigurationAspect>();
|
||||
|
||||
Reference in New Issue
Block a user