aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8include.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v8/qv8include.cpp')
-rw-r--r--src/qml/qml/v8/qv8include.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/v8/qv8include.cpp b/src/qml/qml/v8/qv8include.cpp
index 1c3895106b..0d76050298 100644
--- a/src/qml/qml/v8/qv8include.cpp
+++ b/src/qml/qml/v8/qv8include.cpp
@@ -125,8 +125,6 @@ void QV8Include::finished()
}
}
- v8::HandleScope handle_scope;
-
if (m_reply->error() == QNetworkReply::NoError) {
QByteArray data = m_reply->readAll();