]> Cypherpunks repositories - gostls13.git/commit
runtime: get rid of goalg, no longer needed
authorKeith Randall <khr@golang.org>
Sun, 28 Dec 2014 04:32:11 +0000 (20:32 -0800)
committerKeith Randall <khr@golang.org>
Sun, 28 Dec 2014 18:42:39 +0000 (18:42 +0000)
commitb1f29b2d443f5c8df15d6702937ae786660375be
tree08cf747849f665bc1958ca8473100defb1f2afff
parent2c987e16937a6abf907ab230b04d42c071a388f5
runtime: get rid of goalg, no longer needed

The goalg function was a holdover from when we had algorithm
tables in both C and Go.  It is no longer needed.

Change-Id: Ia0c1af35bef3497a899f22084a1a7b42daae72a0
Reviewed-on: https://go-review.googlesource.com/2099
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/reflect/type.go
src/runtime/alg.go
src/runtime/hashmap.go
src/runtime/hashmap_fast.go
src/runtime/type.go