diff options
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r-- | mesonbuild/environment.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 6edf250..4f581ff 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -1034,7 +1034,6 @@ class Environment: popen_exceptions = {} is_cross = not self.machines.matches_build_machine(for_machine) compilers, ccache, exe_wrap = self._get_compilers('cuda', for_machine) - info = self.machines[for_machine] for compiler in compilers: if isinstance(compiler, str): compiler = [compiler] |