Skip to content

Commit 27b9d2c

Browse files
authored
Merge pull request #70 from JuliaMath/fbot/deps
Fix deprecations
2 parents 19a573b + c210509 commit 27b9d2c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Combinatorics.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
VERSION < v"0.7.0-beta2.199" && __precompile__()
21

32
module Combinatorics
43

src/partitions.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -473,11 +473,7 @@ end
473473

474474
#Noncrossing partitions
475475

476-
if VERSION >= v"0.7.0-DEV.3251"
477-
const _cmp = cmp
478-
else
479-
const _cmp = lexcmp
480-
end
476+
const _cmp = cmp
481477

482478
#Produces noncrossing partitions of length n
483479
function ncpartitions(n::Int)

0 commit comments

Comments
 (0)