commit | 36fedd76edaa48b9ec09709a70d9e4abaddf0caf | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Apr 14 10:47:06 2017 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Fri Apr 14 20:11:56 2017 +0000 |
tree | 92705147e3636cc2a1fa1d28263d15698d688f4b | |
parent | cfc28901a572aeb15b2f10a38f79eec04c64dfb2 [diff] |
runtime: remove unused size argument from hash/equal fns The size argument was removed from hash and equal functions in CL 34983. Somehow I missed removing them from three of the predefined functions. Change-Id: Ied908194ce957ae47169ea986f17703133bcdb6b Reviewed-on: https://go-review.googlesource.com/40770 Reviewed-by: Than McIntosh <thanm@google.com>