Skip to content

Commit

Permalink
Remove redundant DEFAULT_CHUNK_THRESHOLD (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly authored Jul 6, 2024
1 parent ff56092 commit 309f760
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prelude.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const AMBIGUOUS_TYPES = (AbstractFloat, Irrational, Integer, Rational, Real, Rou

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

const DEFAULT_CHUNK_THRESHOLD = 12

struct Chunk{N} end

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

0 comments on commit 309f760

Please sign in to comment.