Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jun 19, 2023
1 parent 339c2c4 commit 2e9b45d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/DynamicExpressionsSymbolicUtilsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ function convert(
expr::SymbolicUtils.Symbolic,
operators::AbstractOperatorEnum;
variable_names::Union{Array{String,1},Nothing}=nothing,
# Deprecated:
)
variable_names = deprecate_varmap(variable_names, nothing, :convert)
if !SymbolicUtils.istree(expr)
Expand Down

0 comments on commit 2e9b45d

Please sign in to comment.