runtime: convert memclrBytes to Go

LGTM=khr
R=khr
CC=golang-codereviews
https://golang.org/cl/131980043
This commit is contained in:
Josh Bleecher Snyder 2014-08-20 14:02:11 -07:00
parent ddce7c35f4
commit 68f91aea57
3 changed files with 7 additions and 9 deletions

View file

@ -78,13 +78,10 @@ var Int32Hash = int32Hash
var Int64Hash = int64Hash
var EfaceHash = efaceHash
var IfaceHash = ifaceHash
var MemclrBytes = memclrBytes
var HashLoad = &hashLoad
func memclrBytes(b []byte)
var MemclrBytes = memclrBytes
func gogoBytes() int32
var GogoBytes = gogoBytes