Skip to content

Commit 57dc7d0

Browse files
authored
Remove duplicate operator(==) interface (#1028)
2 parents f9a55db + b39ffbe commit 57dc7d0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/fpm/manifest/preprocess.f90

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ module fpm_manifest_preprocess
5858

5959
character(*), parameter, private :: class_name = 'preprocess_config_t'
6060

61-
interface operator(==)
62-
module procedure preprocess_is_same
63-
end interface
64-
6561
contains
6662

6763
!> Construct a new preprocess configuration from TOML data structure
@@ -208,7 +204,6 @@ logical function preprocess_is_same(this,that)
208204

209205
integer :: istr
210206

211-
212207
preprocess_is_same = .false.
213208

214209
select type (other=>that)

0 commit comments

Comments
 (0)