forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user