diff options
author | Simon Hausmann <[email protected]> | 2013-08-16 16:40:21 +0200 |
---|---|---|
committer | Lars Knoll <[email protected]> | 2013-08-16 19:15:30 +0200 |
commit | fb3d8993e83a3a35d4406d46fd5f918555a6947b (patch) | |
tree | fc284c32f85444adca5cfda3fe17f3208826808e /src/qml/jsruntime/qv4function_p.h | |
parent | 5ef4dd00f93d12a59cb01fa6ff44e2f01e3f71a1 (diff) |
Get rid of QV4::Function::generatedValues by porting moths' regexps to runtime expressions
Change-Id: Iaae3c4855016948952159596d2528fca73341b72
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4function_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4function_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4function_p.h b/src/qml/jsruntime/qv4function_p.h index 948729e933..4263e3964c 100644 --- a/src/qml/jsruntime/qv4function_p.h +++ b/src/qml/jsruntime/qv4function_p.h @@ -98,7 +98,6 @@ struct Function { QVector<String *> formals; QVector<String *> locals; - QVector<Value> generatedValues; QVector<Function *> nestedFunctions; QVector<LineNumberMapping> lineNumberMappings; |