diff options
author | Aurindam Jana <aurindam.jana@digia.com> | 2012-09-28 15:21:04 +0200 |
---|---|---|
committer | Aurindam Jana <aurindam.jana@digia.com> | 2012-10-01 11:07:15 +0200 |
commit | 6067411db4a9fcb9d73822f217912bb8619182a0 (patch) | |
tree | 4654d026abbd43059a652c52d4decd4c7534535e /src/plugins/debugger/qml/qmlv8debuggerclient.cpp | |
parent | fa9dbd3bf67ddc65e958dea553756b281c681d20 (diff) | |
download | qt-creator-6067411db4a9fcb9d73822f217912bb8619182a0.tar.gz |
Debugger: Remove old code
Version specific snippets were introduced to
avoid incompatibilities during Qt5 development.
Change-Id: I60fa9beafc9d55b687c08e13cdf531baecb10fbb
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlv8debuggerclient.cpp')
-rw-r--r-- | src/plugins/debugger/qml/qmlv8debuggerclient.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/qml/qmlv8debuggerclient.cpp b/src/plugins/debugger/qml/qmlv8debuggerclient.cpp index fd91502654..52c4cb6efd 100644 --- a/src/plugins/debugger/qml/qmlv8debuggerclient.cpp +++ b/src/plugins/debugger/qml/qmlv8debuggerclient.cpp @@ -978,8 +978,6 @@ QmlV8DebuggerClient::~QmlV8DebuggerClient() void QmlV8DebuggerClient::startSession() { - //Supports v2.0 and above - QTC_ASSERT(serviceVersion() >= CURRENT_SUPPORTED_VERSION, return); flushSendBuffer(); d->connect(); //Query for the V8 version. This is |