From e02b492a4ee3497db8313189b15dc1bec42be13f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20N=C3=A4tterlund?= <tobias.naetterlund.qnx@kdab.com>
Date: Thu, 31 Oct 2013 08:02:53 +0100
Subject: [PATCH] QNX: Remove dead code

Change-Id: I004a07c1b047c1ff6a390e5432f97a299781568d
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
---
 src/plugins/qnx/blackberrydebugsupport.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/qnx/blackberrydebugsupport.cpp b/src/plugins/qnx/blackberrydebugsupport.cpp
index cbd48c5b4f2..a02ef6d955d 100644
--- a/src/plugins/qnx/blackberrydebugsupport.cpp
+++ b/src/plugins/qnx/blackberrydebugsupport.cpp
@@ -52,7 +52,6 @@ BlackBerryDebugSupport::BlackBerryDebugSupport(BlackBerryRunConfiguration *runCo
 
     connect(m_runner, SIGNAL(started()), this, SLOT(handleStarted()));
     connect(m_runner, SIGNAL(startFailed(QString)), this, SLOT(handleStartFailed(QString)));
-    connect(m_runner, SIGNAL(started()), m_runner, SLOT(checkSlog2Info()));
     connect(m_runner, SIGNAL(output(QString,Utils::OutputFormat)),
             this, SLOT(handleApplicationOutput(QString,Utils::OutputFormat)));
 
-- 
GitLab