Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Sep 3, 2021
1 parent d50f9b7 commit feb3094
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/sigmatch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2201,8 +2201,7 @@ proc paramTypesMatch*(m: var TCandidate, f, a: PType,
# this correctly is inefficient. We have to copy `m` here to be able to
# roll back the side effects of the unification algorithm.
let c = m.c
# if m.calleeSym!=nil:
# determineType2(c, m.calleeSym) # PRTEMP D20210831T155116
assert m.calleeSym.typ != nil
var
x = newCandidate(c, m.callee)
y = newCandidate(c, m.callee)
Expand Down

0 comments on commit feb3094

Please sign in to comment.