| Index: tools/gn/parse_tree.cc
|
| diff --git a/tools/gn/parse_tree.cc b/tools/gn/parse_tree.cc
|
| index 4015fd1f353149acfd0d610b5f7eddc3cf52c608..00fca549b6902a1a46ceab608cd08d7a0b320e4d 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);
|
|
|