Skip to content

Commit 82149c2

Browse files
committed
minor clean up
1 parent bf4ac5f commit 82149c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ function istypedef(stmt)
8888
isa(stmt, Expr) || return false
8989
stmt.head structheads && return true
9090
@static if all(s->isdefined(Core,s), structdecls)
91-
if isexpr(stmt, :(=))
92-
stmt = (stmt::Expr).args[2] # look for lhs
93-
end
9491
if stmt.head === :call
9592
f = stmt.args[1]
9693
if isa(f, GlobalRef)

0 commit comments

Comments
 (0)