diff --git a/lib/pure/collections/hashcommon.nim b/lib/pure/collections/hashcommon.nim index fcb96d9cf8f09..70bc04e72044f 100644 --- a/lib/pure/collections/hashcommon.nim +++ b/lib/pure/collections/hashcommon.nim @@ -39,7 +39,6 @@ proc slotsNeeded(count: Natural): int {.inline.} = result = nextPowerOfTwo(count * 3 div 2 + 4) template rawGetKnownHCImpl() = - bind nextTry if t.dataLen == 0: return -1 var h {.inject.}: Hash = hc and maxHash(t) # start with real hash value