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 720546f..7b10496 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -635,7 +635,6 @@ class Environment():
raise EnvironmentException('Unknown compiler "' + ' '.join(exelist) + '"')
def detect_d_compiler(self, want_cross):
- exelist = None
is_cross = False
# Search for a D compiler.
# We prefer LDC over GDC unless overridden with the DC