]> Cypherpunks repositories - gostls13.git/commit
runtime: remove a few unused params and results
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 9 Oct 2017 09:54:22 +0000 (10:54 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 9 Oct 2017 20:14:50 +0000 (20:14 +0000)
commit6f5ede8bd5faf92053be30eca9999fa16833b2b9
treebd732a1122bd64cc7fc4280d7d91c481c6f429e4
parent3b186db7b4a5cc510e71f90682732eba3df72fd3
runtime: remove a few unused params and results

These have never had a use - not even going back to when they were added
in C.

Change-Id: I143b6902b3bacb1fa83c56c9070a8adb9f61a844
Reviewed-on: https://go-review.googlesource.com/69119
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/mcache.go
src/runtime/mgclarge.go
src/runtime/proc.go