Skip to content

Commit eef83f2

Browse files
committed
remove cruft
1 parent 1b5bd33 commit eef83f2

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

lib/OrdinaryDiffEqCore/src/alg_utils.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,3 @@ function Base.show(io::IO, ::MIME"text/plain", alg::OrdinaryDiffEqAlgorithm)
460460
end
461461
print(io, ")")
462462
end
463-
464-
465-
#function get_chunksize(alg::AutoForwardDiff{CS}) where {CS}
466-
# Val(CS)
467-
#end

lib/OrdinaryDiffEqCore/src/algorithms.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ struct CompositeAlgorithm{CS, T, F} <: OrdinaryDiffEqCompositeAlgorithm
8888
algs::T
8989
choice_function::F
9090
function CompositeAlgorithm(algs::T, choice_function::F) where {T, F}
91-
#CS = mapreduce(alg -> has_chunksize(alg) ? get_chunksize_int(alg) : 0, max, algs)
9291
CS = mapreduce(alg -> 0, max, algs)
9392
new{CS, T, F}(algs, choice_function)
9493
end

lib/OrdinaryDiffEqCore/src/misc_utils.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,3 @@ function _process_AD_choice(ad_alg::AbstractADType, chunksize, diff_type)
158158

159159
ad_alg
160160
end
161-
162-
163-
_ADType_to_Bool(::Type{T}) where {T <: AutoForwardDiff} = true
164-
165-
_ADType_to_Bool(::Type{T}) where {T <: AutoFiniteDiff} = false

0 commit comments

Comments
 (0)