From b3fab495f514a3bd2d335276a022c0f3678f1cc4 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 17 Jul 2014 15:56:30 +0200 Subject: Cleanup: Get rid of __data members These are not needed anymore Change-Id: Ib834aa294e84ca9fbdd5b6850d5bc172e8b54ba1 Reviewed-by: Lars Knoll --- src/qml/jsruntime/qv4regexp_p.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/qml/jsruntime/qv4regexp_p.h') diff --git a/src/qml/jsruntime/qv4regexp_p.h b/src/qml/jsruntime/qv4regexp_p.h index 289b5388ec..e1d3a9ef90 100644 --- a/src/qml/jsruntime/qv4regexp_p.h +++ b/src/qml/jsruntime/qv4regexp_p.h @@ -79,17 +79,6 @@ struct RegExp : public Managed bool ignoreCase; bool multiLine; }; - struct { - QString pattern; - OwnPtr byteCode; -#if ENABLE(YARR_JIT) - JSC::Yarr::YarrCodeBlock jitCode; -#endif - RegExpCache *cache; - int subPatternCount; - bool ignoreCase; - bool multiLine; - } __data; V4_MANAGED(Managed) Q_MANAGED_TYPE(RegExp) -- cgit v1.2.3