]> Cypherpunks repositories - gostls13.git/commit
runtime: deletion on nil maps is a no-op now
authorShenghou Ma <minux.ma@gmail.com>
Thu, 13 Dec 2012 15:48:48 +0000 (23:48 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 13 Dec 2012 15:48:48 +0000 (23:48 +0800)
commit28a50c7f51ea031f91b47421322be981a5a0d8a6
tree0858b43397814482b52533aee210de87c523693d
parente470b3354cb61332585cd85bf814fe1131abe14b
runtime: deletion on nil maps is a no-op now
Fixes #4535.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6942044
src/pkg/runtime/hashmap.c
test/fixedbugs/issue4535.go [new file with mode: 0644]