diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-24 13:30:34 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-24 13:30:34 +0200 |
commit | a95fc4a27b638b1d4ab32d6dd9907b46805051bb (patch) | |
tree | e0eb934ae5d4109116e83d37115495abb0a0dfd1 /numpy/distutils/fcompiler | |
parent | 0cf5bc092f801a4c004ecdb7d1061f46aaab4ff4 (diff) | |
download | numpy-a95fc4a27b638b1d4ab32d6dd9907b46805051bb.tar.gz |
MAINT: Fix LGTM.com warning
Unreachable code
Unreachable statement.
Diffstat (limited to 'numpy/distutils/fcompiler')
-rw-r--r-- | numpy/distutils/fcompiler/gnu.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/gnu.py b/numpy/distutils/fcompiler/gnu.py index f9891e93b..39178071d 100644 --- a/numpy/distutils/fcompiler/gnu.py +++ b/numpy/distutils/fcompiler/gnu.py @@ -535,7 +535,6 @@ def _can_target(cmd, arch): os.remove(output) finally: os.remove(filename) - return False if __name__ == '__main__': |