Remove deprecated THash type.
FossilOrigin-Name: 6a918971244d73e48cbc191ad4e93f2e03f60a86a95953d9b54cd50d96551f23
This commit is contained in:
parent
56613cf3fc
commit
89d97e1bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue