summaryrefslogtreecommitdiff
path: root/vala/valamethodcall.vala
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2011-08-05 17:22:18 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-10-23 18:45:42 +0200
commit6c44fc72635e0a55f57bb9db526c4d83ddd551df (patch)
treed8d0bc77f9d16309b7b029b61bd5f157e4bcf9af /vala/valamethodcall.vala
parentc8191fc4ce44ba8df0e4a6e6d97f5eb8fc385e08 (diff)
downloadvala-6c44fc72635e0a55f57bb9db526c4d83ddd551df.tar.gz
vala: Always analyze nodes after they are inserted into the AST
Diffstat (limited to 'vala/valamethodcall.vala')
-rw-r--r--vala/valamethodcall.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/vala/valamethodcall.vala b/vala/valamethodcall.vala
index 8f68dc4bd..082e061f7 100644
--- a/vala/valamethodcall.vala
+++ b/vala/valamethodcall.vala
@@ -649,7 +649,6 @@ public class Vala.MethodCall : Expression {
local.initializer = this;
decl.check (context);
-
// move temp variable to insert block to ensure the
// variable is in the same block as the declaration
// otherwise there will be scoping issues in the generated code