summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlcppengine.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-09-11 18:20:55 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-09-13 10:32:01 +0200
commit747b8d48da02938e239d826871c9015905583aff (patch)
tree7f876b5246780feee4530b7f62b83ea3e21ac0fc /src/plugins/debugger/qml/qmlcppengine.cpp
parent4f9594ad038dc96e168903262c05e6ce83439c02 (diff)
downloadqt-creator-747b8d48da02938e239d826871c9015905583aff.tar.gz
Debugger: Remove dead code
Change-Id: Id626cd25efec5fd00ccd87fac4de429c9cdabf8b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
-rw-r--r--src/plugins/debugger/qml/qmlcppengine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp
index f473e55d87..00f79348b3 100644
--- a/src/plugins/debugger/qml/qmlcppengine.cpp
+++ b/src/plugins/debugger/qml/qmlcppengine.cpp
@@ -47,8 +47,6 @@ enum { debug = 0 };
#define EDEBUG(s) do { if (debug) qDebug() << s; } while (0)
-const int ConnectionWaitTimeMs = 5000;
-
DebuggerEngine *createQmlCppEngine(const DebuggerStartParameters &sp,
QString *errorMessage)
{