diff options
Diffstat (limited to 'lib/pure/hashes.nim')
-rw-r--r-- | lib/pure/hashes.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pure/hashes.nim b/lib/pure/hashes.nim index 8104470e3..48e192a59 100644 --- a/lib/pure/hashes.nim +++ b/lib/pure/hashes.nim @@ -44,10 +44,6 @@ ## * `std/sha1 module <sha1.html>`_ for a sha1 encoder and decoder ## * `tables module <tables.html>`_ for hash tables - -import - strutils - type Hash* = int ## A hash value. Hash tables using these values should ## always have a size of a power of two and can use the ``and`` |