aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-12-04 18:54:47 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2019-12-05 00:22:10 +0200
commite4a0ee205d23a3d3af9dab9685ec330a41e553d5 (patch)
treee05291994cae465b456b74757685aabecf65c951 /mesonbuild/compilers
parentef19e1ff2d6b0f791a3b4c4fcfdf5e284cd448cc (diff)
downloadmeson-e4a0ee205d23a3d3af9dab9685ec330a41e553d5.zip
meson-e4a0ee205d23a3d3af9dab9685ec330a41e553d5.tar.gz
meson-e4a0ee205d23a3d3af9dab9685ec330a41e553d5.tar.bz2
lgtm: Fix redundant code
Diffstat (limited to 'mesonbuild/compilers')
-rw-r--r--mesonbuild/compilers/mixins/clike.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/compilers/mixins/clike.py b/mesonbuild/compilers/mixins/clike.py
index b5992ef..b5516b0 100644
--- a/mesonbuild/compilers/mixins/clike.py
+++ b/mesonbuild/compilers/mixins/clike.py
@@ -167,7 +167,6 @@ class CLikeCompiler:
retval.append(d)
# at this point, it's an ELF file which doesn't match the
# appropriate elf_class, so skip this one
- pass
return tuple(retval)
@functools.lru_cache()