Skip to content

Commit fc814c8

Browse files
authored
Merge pull request #51 from JuliaDebug/avi/minorcleanup
minor clean up
2 parents bf4ac5f + 82149c2 commit fc814c8

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)