Index: tools/gn/setup.h |
diff --git a/tools/gn/setup.h b/tools/gn/setup.h |
index 2e0e3677dd182bd66d43ac02840461fc7e3dc4b5..2e028e339d87ce3be9a8980e4296ea947a8ee3c0 100644 |
--- a/tools/gn/setup.h |
+++ b/tools/gn/setup.h |
@@ -151,10 +151,9 @@ class Setup { |
Scheduler scheduler_; |
- // These empty settings and toolchain are used to interpret the command line |
- // and dot file. |
- BuildSettings empty_build_settings_; |
- Settings empty_settings_; |
+ // These settings and toolchain are used to interpret the command line and |
+ // dot file. |
+ Settings dotfile_settings_; |
Scope dotfile_scope_; |
// State for invoking the dotfile. |