Skip to content

Commit 49c67ae

Browse files
committed
cleanup
1 parent 36d180a commit 49c67ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fpm_compiler.F90

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,6 @@ subroutine new_compiler(self, fc, cc, cxx, echo, verbose)
10211021
logical, intent(in) :: echo
10221022
!> Verbose mode: dump compiler output
10231023
logical, intent(in) :: verbose
1024-
1025-
logical :: quad
10261024

10271025
self%id = get_compiler_id(fc)
10281026

@@ -1040,7 +1038,7 @@ subroutine new_compiler(self, fc, cc, cxx, echo, verbose)
10401038
else
10411039
call get_default_cxx_compiler(self%fc, self%cxx)
10421040
end if
1043-
1041+
10441042
end subroutine new_compiler
10451043

10461044

0 commit comments

Comments
 (0)