Remove deprecated THash type.
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 02 Nov 2015 08:16:50 -0800
changeset 7 370805b49c92
parent 6 fa28eee75094
child 8 67c1c0c716e8
Remove deprecated THash type.
tnetstring.nim
--- a/tnetstring.nim	Wed May 20 09:49:23 2015 -0700
+++ b/tnetstring.nim	Mon Nov 02 08:16:50 2015 -0800
@@ -419,7 +419,7 @@
     raise newException( IndexError, "key not in object" )
 
 
-proc hash*( node: TNetstringNode ): THash =
+proc hash*( node: TNetstringNode ): Hash =
     ## Compute the hash for a TNetstringString node
     return case node.kind
     of TNetstringString: