Skip to content
Snippets Groups Projects
Commit 2a98a9f1 authored by Aurindam Jana's avatar Aurindam Jana
Browse files

AndroidDebug: Removed unused gdbServerPort member variable


Change-Id: I4804e46cec3285280bcea28e7900c8b07d487fb6
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent e65b976b
No related branches found
No related tags found
No related merge requests found
......@@ -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>();
......
......@@ -64,8 +64,6 @@ private:
Debugger::DebuggerRunControl* m_runControl;
AndroidRunner * const m_runner;
const QString m_dumperLib;
int m_gdbServerPort;
};
} // namespace Internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment