aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-17 04:41:54 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-17 04:41:54 -0400
commitea636fcd518f69c52e2a2753c5802e2bae66ab0d (patch)
tree3706c5f523bf50bd184542381c94ef91a2b3468b /run_unittests.py
parente66465369d3150cf4efcff8682c07197935ef3bc (diff)
downloadmeson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.zip
meson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.tar.gz
meson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.tar.bz2
Remove unused variables.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index b8e5ff9..27df1bd 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -852,7 +852,6 @@ class AllPlatformTests(BasePlatformTests):
env = Environment(testdir, self.builddir, self.meson_command,
get_fake_options(self.prefix), [])
for lang, evar in langs:
- evalue = None
# Detect with evar and do sanity checks on that
if evar in os.environ:
ecc = getattr(env, 'detect_{}_compiler'.format(lang))(False)