# HG changeset patch # User Mahlon E. Smith # Date 1446481010 28800 # Node ID 370805b49c923ca9193df23d3769ad93fad3d212 # Parent fa28eee75094366e3e183819c569dc5eeffaf996 Remove deprecated THash type. diff -r fa28eee75094 -r 370805b49c92 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: