]> Cypherpunks repositories - gostls13.git/commit
runtime: delete unused variables.
authorKeith Randall <khr@golang.org>
Mon, 29 Sep 2014 21:05:33 +0000 (14:05 -0700)
committerKeith Randall <khr@golang.org>
Mon, 29 Sep 2014 21:05:33 +0000 (14:05 -0700)
commitb4380a3ba2da2515225ab45ff07082d67399757a
tree0916c9456327c1b9c041877b7ea0096c0e214e3d
parent2da734189db9a7ad7d6de259ebe9003d20f9f291
runtime: delete unused variables.

We're not comparing with code addresses any more.  Instead,
we use nil algorithm functions to mark uncomparable types.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/151040044
src/runtime/stubs.go