AndroidDebug: Removed unused gdbServerPort member variable

Change-Id: I4804e46cec3285280bcea28e7900c8b07d487fb6
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Aurindam Jana
2013-04-17 16:13:14 +02:00
parent e65b976b43
commit 2a98a9f11e
2 changed files with 1 additions and 4 deletions

View File

@@ -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>();