diff options
Diffstat (limited to 'tools/gn/parse_tree.cc')
-rw-r--r-- | tools/gn/parse_tree.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/parse_tree.cc b/tools/gn/parse_tree.cc index 4015fd1..00fca54 100644 --- a/tools/gn/parse_tree.cc +++ b/tools/gn/parse_tree.cc @@ -217,7 +217,7 @@ Value BlockNode::Execute(Scope* containing_scope, Err* err) const { return Value(); // Check for unused vars in the scope. - //our_scope.CheckForUnusedVars(err); + our_scope.CheckForUnusedVars(err); return ret; } return ExecuteBlockInScope(containing_scope, err); |