IOs: Fix warnings about unused things

Change-Id: I40a6aa486af7f4d819ae1f1f309f12042c8d2826
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Tobias Hunger
2013-10-14 16:18:00 +02:00
committed by Fawzi Mohamed
parent d8d0e0c368
commit 9bb0a81525
2 changed files with 1 additions and 9 deletions

View File

@@ -53,13 +53,6 @@ using namespace Qt4ProjectManager;
namespace Ios {
namespace Internal {
static const char * const qMakeVariables[] = {
"QT_INSTALL_LIBS",
"QT_INSTALL_PLUGINS",
"QT_INSTALL_IMPORTS"
};
RunControl *IosDebugSupport::createDebugRunControl(IosRunConfiguration *runConfig,
QString *errorMessage)
{
@@ -102,6 +95,7 @@ IosDebugSupport::IosDebugSupport(IosRunConfiguration *runConfig,
void IosDebugSupport::handleGdbServerFd(int gdbServerFd)
{
Q_UNUSED(gdbServerFd);
QTC_CHECK(false); // to do transfer fd to debugger
//m_runControl->engine()->notifyEngineRemoteSetupDone(gdbServerPort, qmlPort);
}