summary refs log tree commit diff stats
path: root/lib/pure/collections/LockFreeHash.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/collections/LockFreeHash.nim')
-rw-r--r--lib/pure/collections/LockFreeHash.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/LockFreeHash.nim b/lib/pure/collections/LockFreeHash.nim
index 1d4471b21..a3ead81e3 100644
--- a/lib/pure/collections/LockFreeHash.nim
+++ b/lib/pure/collections/LockFreeHash.nim
@@ -1,6 +1,6 @@
 #nim c -t:-march=i686 --cpu:amd64 --threads:on -d:release lockfreehash.nim
 
-import unsigned, math, hashes
+import math, hashes
 
 #------------------------------------------------------------------------------
 ## Memory Utility Functions