Skip to content

Commit 10c1c6f

Browse files
Merge pull request #623 from termi-official/do/istree-error
Fix faulty istree deprecation
2 parents b697fd5 + 9541a58 commit 10c1c6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SymbolicUtils.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ using TermInterface
1919
import TermInterface: iscall, isexpr, issym, symtype, head, children,
2020
operation, arguments, metadata, maketerm
2121

22-
const istree = iscall
23-
Base.@deprecate_binding istree iscall
22+
Base.@deprecate istree iscall
2423
export istree, operation, arguments, sorted_arguments, similarterm, iscall
2524
# Sym, Term,
2625
# Add, Mul and Pow

0 commit comments

Comments
 (0)