]> Cypherpunks repositories - gostls13.git/commit
runtime: use add in mapdelete*
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 21 Aug 2017 16:51:35 +0000 (09:51 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 23 Aug 2017 13:49:29 +0000 (13:49 +0000)
commit61043d467115365dbbc0937510c9b91fa4a28f1d
tree7ced48dee1ee812f30ab4c2541f0a8836702528f
parentdad5d76e8fff6370f73748c7237b64bda0af13bd
runtime: use add in mapdelete*

This better matches the style of the rest of the runtime.

Change-Id: I6abb755df50eb3d9086678629c0d184177e1981f
Reviewed-on: https://go-review.googlesource.com/57610
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
src/runtime/hashmap.go
src/runtime/hashmap_fast.go