Skip to content

Commit 4ef9fc7

Browse files
committed
Delete redundant isequal method
The default method already delegates to ==
1 parent db82bbc commit 4ef9fc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/generic/TotalFraction.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,6 @@ function ==(x::TotFrac{T}, y::TotFrac{T}) where {T <: RingElem}
315315
denominator(x, false)*numerator(y, false))
316316
end
317317

318-
function isequal(x::TotFrac{T}, y::TotFrac{T}) where {T <: RingElem}
319-
return x == y
320-
end
321-
322318
###############################################################################
323319
#
324320
# Ad hoc comparisons

0 commit comments

Comments
 (0)