Skip to content

Commit

Permalink
Remove unneeded public :: operator(==) which causes an error on ifx
Browse files Browse the repository at this point in the history
  • Loading branch information
aury6623 committed Jan 11, 2025
1 parent 1cfcaf8 commit 21f097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm/git.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module fpm_git
implicit none

public :: git_target_t, git_target_default, git_target_branch, git_target_tag, git_target_revision, git_revision, &
& git_archive, git_matches_manifest, operator(==), compressed_package_name
& git_archive, git_matches_manifest, compressed_package_name

!> Name of the compressed package that is generated temporarily.
character(len=*), parameter :: compressed_package_name = 'compressed_package'
Expand Down

0 comments on commit 21f097f

Please sign in to comment.