diff options
author | Fabian Kosmale <[email protected]> | 2024-01-26 07:46:39 +0000 |
---|---|---|
committer | Fabian Kosmale <[email protected]> | 2024-01-26 09:13:55 +0000 |
commit | 34f39f670281fdce22a402508b1a8e55be6e9fa2 (patch) | |
tree | f16748e79eda6aa9239663aa2b5e72ccb420090c /src/qml/jsruntime/qv4regexp_p.h | |
parent | 6963c0f6b0a00e9dfd0831f695c5aa5a25a85afe (diff) |
Revert "RegExp: Do on demand JIT compilation"
This reverts commit 04820be3011395bd5cb13dea8f81c9b9bca4da8f.
Reason for revert: Caused QTBUG-121535
Fixes: QTBUG-121535
Change-Id: Ie65a98bc8dd07e836cf663695d9259014581bda6
Reviewed-by: Jani Heikkinen <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4regexp_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4regexp_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4regexp_p.h b/src/qml/jsruntime/qv4regexp_p.h index 8a178dd2f6..1b70354caa 100644 --- a/src/qml/jsruntime/qv4regexp_p.h +++ b/src/qml/jsruntime/qv4regexp_p.h @@ -66,8 +66,6 @@ struct RegExp : Base { int subPatternCount; uint flags; bool valid; - bool jitFailed; - quint8 matchCount; QString flagsAsString() const; int captureCount() const { return subPatternCount + 1; } |