aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-10-24 08:54:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 10:39:08 +0100
commitd4ff8bd1ec92ea5258c9914995072c910e0f6140 (patch)
tree81c622ea611ebd4653371a09b03c57628dcc8f6f /src/qml/jsruntime/jsruntime.pri
parentc4dcc327d96788d4d0cd91303b3f1270dd3efd0a (diff)
Remove qv4unwindhelper class
This class is not required anymore to generate stack traces, as we now store the required information in the JS context stack. Change-Id: I3893c805ca89dda70efde07fdd120e7dfaf3639f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index 6310c27988..883205e92e 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -37,7 +37,6 @@ SOURCES += \
$$PWD/qv4string.cpp \
$$PWD/qv4objectiterator.cpp \
$$PWD/qv4regexp.cpp \
- $$PWD/qv4unwindhelper.cpp \
$$PWD/qv4serialize.cpp \
$$PWD/qv4script.cpp \
$$PWD/qv4executableallocator.cpp \
@@ -83,9 +82,6 @@ HEADERS += \
$$PWD/qv4property_p.h \
$$PWD/qv4objectiterator_p.h \
$$PWD/qv4regexp_p.h \
- $$PWD/qv4unwindhelper_p.h \
- $$PWD/qv4unwindhelper_dw2_p.h \
- $$PWD/qv4unwindhelper_arm_p.h \
$$PWD/qv4serialize_p.h \
$$PWD/qv4script_p.h \
$$PWD/qv4scopedvalue_p.h \