]> Cypherpunks repositories - gostls13.git/commit
runtime: remove redundant conversion
authorDan Kortschak <dan@kortschak.io>
Sun, 16 Oct 2022 09:30:42 +0000 (20:00 +1030)
committerGopher Robot <gobot@golang.org>
Mon, 17 Oct 2022 04:41:37 +0000 (04:41 +0000)
commit85b02de083b5e337bcb581005d0efca883fdb3d9
tree2fe75fe0b99da163218270757952c4541d00348e
parent61f0409c31cad8729d7982425d353d7b2ea80534
runtime: remove redundant conversion

This appears to have been left over from a C cast during the rewrite of
malloc into Go in https://golang.org/cl/108840046.

Change-Id: I88f212089c2bcf79d5881b3e8bf3f94f343331d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/443235
Run-TryBot: Dan Kortschak <dan@kortschak.io>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/malloc.go