Skip to content

Commit ded51b7

Browse files
committed
some compilers say this is duplicate
1 parent d795d89 commit ded51b7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

system/compiler_log.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ program logger
88

99
subroutine compiler_log(logpath)
1010
use, intrinsic :: iso_fortran_env, only: compiler_version, compiler_options
11-
implicit none (external)
1211

1312
character(*), intent(in) :: logpath
1413
integer :: u

system/gitrev.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ subroutine log_gitrev(dir, logfn)
1010
!!
1111
!! Demonstrates Fortran 2003 Standard character auto-allocation
1212
use, intrinsic:: iso_fortran_env, only: stderr=>error_unit
13-
implicit none (external)
1413

1514
character(*), intent(in) :: dir, logfn
1615
character(:), allocatable :: logpath

0 commit comments

Comments
 (0)