Skip to content

Commit a856eb5

Browse files
authored
Merge pull request numpy#19942 from DimitriPapadopoulos/lgtm_warning_unreachable_return
MAINT: Fix LGTM.com warning: Unreachable code
2 parents 5030da8 + a95fc4a commit a856eb5

File tree

1 file changed

+0
-1
lines changed
  • numpy/distutils/fcompiler

1 file changed

+0
-1
lines changed

numpy/distutils/fcompiler/gnu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ def _can_target(cmd, arch):
535535
os.remove(output)
536536
finally:
537537
os.remove(filename)
538-
return False
539538

540539

541540
if __name__ == '__main__':

0 commit comments

Comments
 (0)