Skip to content

Commit 4922f55

Browse files
authored
Remove unneeded public :: operator(==) which causes an error on ifx (#1095)
2 parents 2a5c80d + 21f097f commit 4922f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/git.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module fpm_git
66
implicit none
77

88
public :: git_target_t, git_target_default, git_target_branch, git_target_tag, git_target_revision, git_revision, &
9-
& git_archive, git_matches_manifest, operator(==), compressed_package_name
9+
& git_archive, git_matches_manifest, compressed_package_name
1010

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

0 commit comments

Comments
 (0)