Skip to content

Commit

Permalink
Fix diff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber committed Mar 15, 2024
1 parent 06f6310 commit f9f8fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/ast/trees.nim
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ makeTreeEquivalenceProc(exprStructuralEquivalentStrictSymAndComm,
relaxedKindCheck = false,
symCheck = a.sym == b.sym,
floatCheck = sameFloatIgnoreNan(a.floatVal, b.floatVal),
typeCheck = true,
typeCheck = a.typ == b.typ,
commentCheck = a.comment == b.comment
)
Expand Down

0 comments on commit f9f8fd7

Please sign in to comment.