Skip to content

Commit 03844e1

Browse files
author
a
committed
remove callhead
1 parent 4263649 commit 03844e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/expr.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
iscall(x::Expr) = x.head == :call
55

6-
callhead(e::Expr) = e.head
76
head(e::Expr) = e.head
87
children(e::Expr) = e.args
98

0 commit comments

Comments
 (0)