aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-10-20 10:09:01 +0200
committerLars Knoll <lars.knoll@qt.io>2017-11-07 07:24:29 +0000
commit07980a034609383e79132c9819b682c88d343a95 (patch)
treec9ca269529da5ab1009ca3a7de7765e336f094e0 /src/qml/compiler/qv4compileddata_p.h
parent9ac383f8a5c33b1dba2e5226ebe8d540fcf2cb34 (diff)
Get rid of the unusued canUseSimpleCall flag
Change-Id: I5230342db4647bd95793475f751213f0725d6965 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4compileddata_p.h')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index 8d6f3b3393..dd651191ab 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -210,8 +210,7 @@ struct Function
HasDirectEval = 0x2,
UsesArgumentsObject = 0x4,
// Unused = 0x8,
- HasCatchOrWith = 0x10,
- CanUseSimpleCall = 0x20
+ HasCatchOrWith = 0x10
};
// Absolute offset into file where the code for this function is located.