Skip to content

Commit 90b535d

Browse files
authored
Delete the Pkg.Versions.:≳ function (#2658)
1 parent 67ed9cb commit 90b535d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Versions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ function ≲(b::VersionBound, v::VersionNumber)
3838
return (v.major, v.minor, v.patch) >= (b[1], b[2], b[3])
3939
end
4040

41-
(v::VersionNumber, b::VersionBound) = v b
42-
(b::VersionBound, v::VersionNumber) = b v
43-
4441
function isless_ll(a::VersionBound, b::VersionBound)
4542
m, n = a.n, b.n
4643
for i = 1:min(m, n)

0 commit comments

Comments
 (0)