aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-28 18:56:59 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-17 07:40:00 +0000
commit668e4b739a92dd9dbec2d4df76fe9197506c25d9 (patch)
tree8b40c1ef6ce8644baa542f39c267980b31dfa461
parenta809a47fefcd8a969fbfa22de59f4f0555db0189 (diff)
Remove another wrong comment
The code below looks perfectly ok. Change-Id: I966b54b0ea1fd71898c0305da61b046195ab86a5 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--src/qml/jsruntime/qv4scopedvalue_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4scopedvalue_p.h b/src/qml/jsruntime/qv4scopedvalue_p.h
index 29cca1c87d..02b038f247 100644
--- a/src/qml/jsruntime/qv4scopedvalue_p.h
+++ b/src/qml/jsruntime/qv4scopedvalue_p.h
@@ -218,7 +218,6 @@ struct Scoped
#endif
}
- // ### GC FIX casting below to be safe
Scoped(const Scope &scope, const Value &v)
{
ptr = scope.engine->jsStackTop++;