Skip to content

Commit a95fc4a

Browse files
MAINT: Fix LGTM.com warning
Unreachable code Unreachable statement.
1 parent 0cf5bc0 commit a95fc4a

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)