aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r--mesonbuild/environment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index 2369439..f095bfb 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -545,7 +545,6 @@ class Environment:
self.options[key.as_build()] = value
self._load_machine_file_options(config, properties.host, MachineChoice.HOST)
-
## "freeze" now initialized configuration, and "save" to the class.
self.machines = machines.default_missing()