Skip to content

Commit 7eeee92

Browse files
committed
rm cond
1 parent 9371e2a commit 7eeee92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/methods.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ function ifelse(_if::Symbolic{Bool}, _then, _else)
146146
Term{Union{symtype(_then), symtype(_else)}}(ifelse, Any[_if, _then, _else])
147147
end
148148
promote_symtype(::typeof(ifelse), _, ::Type{T}, ::Type{S}) where {T,S} = Union{T, S}
149-
Base.@deprecate cond(_if, _then, _else) ifelse(_if, _then, _else)
150149

151150
# Specially handle inv and literal pow
152151
Base.inv(x::Symbolic{<:Number}) = Base.:^(x, -1)

0 commit comments

Comments
 (0)