diff options
Diffstat (limited to 'compiler/sighashes.nim')
-rw-r--r-- | compiler/sighashes.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sighashes.nim b/compiler/sighashes.nim index c0776801f..1774197e9 100644 --- a/compiler/sighashes.nim +++ b/compiler/sighashes.nim @@ -250,7 +250,7 @@ proc hashProc*(s: PSym): SigHash = # so that createThread[void]() (aka generic specialization) gets a unique # hash, we also hash the line information. This is pretty bad, but the best # solution for now: - c &= s.info.line + #c &= s.info.line md5Final c, result.Md5Digest proc hashOwner*(s: PSym): SigHash = |