Skip to content

Commit 3b9355f

Browse files
Update src/methods.jl
1 parent 5a5aa7e commit 3b9355f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/methods.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ function integrate(;kwargs...)
207207
@warn "No integrand provided. Please provide one like this: `integrate(x^2 + 3x + 2)`"
208208
end
209209

210-
# integrate_rule_based(integrand::Number, x::Symbolics.Num; kwargs...) = integrand*x
211-
212-
213-
214-
215-
216-
217210
"""
218211
method_supports_rational(method::RischMethod)
219212

0 commit comments

Comments
 (0)