]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unnecessary calls to memclr
authorMichael Munday <munday@ca.ibm.com>
Sat, 20 Aug 2016 17:36:27 +0000 (18:36 +0100)
committerMichael Munday <munday@ca.ibm.com>
Sat, 20 Aug 2016 18:00:09 +0000 (18:00 +0000)
commitfa897643a18d71a62bade50f80171f5e58449f5a
tree7b590c65528e0365de3ea655472e1990be0de18d
parent8cd04da7627576197b4fb1ef28985ac9243d13a3
runtime: remove unnecessary calls to memclr

Go will have already cleared the structs (the original C wouldn't
have).

Change-Id: I4a5a0cfd73953181affc158d188aae2ce281bb33
Reviewed-on: https://go-review.googlesource.com/27435
Run-TryBot: Michael Munday <munday@ca.ibm.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/os_linux.go