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,
|
AndroidDebugSupport::AndroidDebugSupport(AndroidRunConfiguration *runConfig,
|
||||||
DebuggerRunControl *runControl)
|
DebuggerRunControl *runControl)
|
||||||
: QObject(runControl), m_runControl(runControl),
|
: QObject(runControl), m_runControl(runControl),
|
||||||
m_runner(new AndroidRunner(this, runConfig, true)),
|
m_runner(new AndroidRunner(this, runConfig, true))
|
||||||
m_gdbServerPort(5039)
|
|
||||||
{
|
{
|
||||||
Debugger::DebuggerRunConfigurationAspect *aspect
|
Debugger::DebuggerRunConfigurationAspect *aspect
|
||||||
= runConfig->extraAspect<Debugger::DebuggerRunConfigurationAspect>();
|
= runConfig->extraAspect<Debugger::DebuggerRunConfigurationAspect>();
|
||||||
|
|||||||
@@ -64,8 +64,6 @@ private:
|
|||||||
Debugger::DebuggerRunControl* m_runControl;
|
Debugger::DebuggerRunControl* m_runControl;
|
||||||
AndroidRunner * const m_runner;
|
AndroidRunner * const m_runner;
|
||||||
const QString m_dumperLib;
|
const QString m_dumperLib;
|
||||||
|
|
||||||
int m_gdbServerPort;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
|||||||
Reference in New Issue
Block a user