Skip to content

Commit 807df91

Browse files
Removed unnecessary placeholder functions scimlfunctions.jl
Removed the unnecessary and overwritten placeholder functions.
1 parent 5ce09a6 commit 807df91

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/scimlfunctions.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3888,12 +3888,6 @@ function MultiObjectiveOptimizationFunction{iip}(f, adtype::AbstractADType = NoA
38883888
cons_hess_colorvec, lag_hess_colorvec)
38893889
end
38903890

3891-
# Placeholder functions for __has_jac_prototype, __has_observed, __has_sys, and __has_colorvec
3892-
function __has_jac_prototype(f) return false end
3893-
function __has_observed(f) return false end
3894-
function __has_sys(f) return false end
3895-
function __has_colorvec(f) return false end
3896-
38973891
function BVPFunction{iip, specialize, twopoint}(f, bc;
38983892
mass_matrix = __has_mass_matrix(f) ? f.mass_matrix : I,
38993893
analytic = __has_analytic(f) ? f.analytic : nothing,

0 commit comments

Comments
 (0)