]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate unnecessary type conversions
authorMatthew Dempsky <mdempsky@google.com>
Mon, 29 Feb 2016 23:01:00 +0000 (15:01 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 7 Mar 2016 20:53:27 +0000 (20:53 +0000)
commita03bdc3e6bea34abd5077205371e6fb9ef354481
tree305aea0c37fe51db90660eef9133e6254ebf864a
parent1ec4f227f45f669dfcc017b1eb1d147aca5ac620
runtime: eliminate unnecessary type conversions

Automated refactoring produced using github.com/mdempsky/unconvert.

Change-Id: Iacf871a4f221ef17f48999a464ab2858b2bbaa90
Reviewed-on: https://go-review.googlesource.com/20071
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
36 files changed:
src/runtime/cgocall.go
src/runtime/chan.go
src/runtime/env_posix.go
src/runtime/hashmap.go
src/runtime/heapdump.go
src/runtime/iface.go
src/runtime/malloc.go
src/runtime/mbarrier.go
src/runtime/mem_bsd.go
src/runtime/mem_darwin.go
src/runtime/mfinal.go
src/runtime/mgcmark.go
src/runtime/mheap.go
src/runtime/mprof.go
src/runtime/mstats.go
src/runtime/netpoll.go
src/runtime/netpoll_windows.go
src/runtime/os3_plan9.go
src/runtime/print.go
src/runtime/runtime1.go
src/runtime/sema.go
src/runtime/signal_arm.go
src/runtime/signal_arm64.go
src/runtime/signal_dragonfly_amd64.go
src/runtime/signal_freebsd_386.go
src/runtime/signal_freebsd_amd64.go
src/runtime/signal_mips64x.go
src/runtime/signal_netbsd_386.go
src/runtime/signal_netbsd_amd64.go
src/runtime/signal_ppc64x.go
src/runtime/signal_windows.go
src/runtime/slice.go
src/runtime/softfloat_arm.go
src/runtime/stack.go
src/runtime/string.go
src/runtime/traceback.go