Skip to content

Commit 1d3301d

Browse files
committed
Remove has_atexit
Also it wasn't even used in the first place, although it should have been.
1 parent 810c98c commit 1d3301d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fpm_lock.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ module fpm_lock
124124
public :: fpm_lock_acquire, fpm_lock_acquire_noblock, fpm_lock_release
125125

126126
logical :: has_lock = .false.
127-
logical :: has_atexit_handler = .false.
128127

129128
interface
130129
! This function is defined in `fpm_lock.c`.

0 commit comments

Comments
 (0)