Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 16, 2024
1 parent 36d180a commit 49c67ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fpm_compiler.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,6 @@ subroutine new_compiler(self, fc, cc, cxx, echo, verbose)
logical, intent(in) :: echo
!> Verbose mode: dump compiler output
logical, intent(in) :: verbose

logical :: quad

self%id = get_compiler_id(fc)

Expand All @@ -1040,7 +1038,7 @@ subroutine new_compiler(self, fc, cc, cxx, echo, verbose)
else
call get_default_cxx_compiler(self%fc, self%cxx)
end if

end subroutine new_compiler


Expand Down

0 comments on commit 49c67ae

Please sign in to comment.