aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.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 /mesonbuild/mconf.py
parente66465369d3150cf4efcff8682c07197935ef3bc (diff)
downloadmeson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.zip
meson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.tar.gz
meson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.tar.bz2
Remove unused variables.
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index 55860a4..14eddf5 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -61,7 +61,7 @@ class Conf:
len_name = longest_name = len(titles['name'])
len_descr = longest_descr = len(titles['descr'])
len_value = longest_value = len(titles['value'])
- len_choices = longest_choices = 0 # not printed if we don't get any optional values
+ longest_choices = 0 # not printed if we don't get any optional values
# calculate the max length of each
for x in arr: