Skip to content

Commit

Permalink
remove ambiguous operator(==)
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed May 1, 2024
1 parent f9a55db commit b39ffbe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fpm/manifest/preprocess.f90
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ module fpm_manifest_preprocess

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

interface operator(==)
module procedure preprocess_is_same
end interface

contains

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

integer :: istr


preprocess_is_same = .false.

select type (other=>that)
Expand Down

0 comments on commit b39ffbe

Please sign in to comment.