Skip to content

Commit 309f760

Browse files
authored
Remove redundant DEFAULT_CHUNK_THRESHOLD (#704)
1 parent ff56092 commit 309f760

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/prelude.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ const AMBIGUOUS_TYPES = (AbstractFloat, Irrational, Integer, Rational, Real, Rou
55

66
const UNARY_PREDICATES = Symbol[:isinf, :isnan, :isfinite, :iseven, :isodd, :isreal, :isinteger]
77

8-
const DEFAULT_CHUNK_THRESHOLD = 12
9-
108
struct Chunk{N} end
119

1210
const CHUNKS = [Chunk{i}() for i in 1:DEFAULT_CHUNK_THRESHOLD]

0 commit comments

Comments
 (0)