Skip to content

Commit

Permalink
Delete redundant isequal method
Browse files Browse the repository at this point in the history
The default method already delegates to ==
  • Loading branch information
fingolfin committed Oct 18, 2024
1 parent 983f6ec commit 1690463
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/generic/TotalFraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ function ==(x::TotFrac{T}, y::TotFrac{T}) where {T <: RingElem}
denominator(x, false)*numerator(y, false))
end

function isequal(x::TotFrac{T}, y::TotFrac{T}) where {T <: RingElem}
return x == y
end

###############################################################################
#
# Ad hoc comparisons
Expand Down

0 comments on commit 1690463

Please sign in to comment.