Remove deprecated THash type.

FossilOrigin-Name: 6a918971244d73e48cbc191ad4e93f2e03f60a86a95953d9b54cd50d96551f23
This commit is contained in:
Mahlon E. Smith 2015-11-02 16:16:49 +00:00
parent 56613cf3fc
commit 89d97e1bf5

View file

@ -419,7 +419,7 @@ proc delete*( node: TNetstringNode, key: string ) =
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: