Skip to content

Commit 35ce25f

Browse files
Update src/methods.jl
1 parent 3b9355f commit 35ce25f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/methods.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ function integrate(f::Symbolics.Num, x::Symbolics.Num, method::RuleBasedMethod;
203203
verbose=method.verbose, use_gamma=method.use_gamma, kwargs...)
204204
end
205205

206-
function integrate(;kwargs...)
207-
@warn "No integrand provided. Please provide one like this: `integrate(x^2 + 3x + 2)`"
208-
end
209206

210207
"""
211208
method_supports_rational(method::RischMethod)

0 commit comments

Comments
 (0)