]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused return value from lfstackUnpack
authorDave Cheney <dave@cheney.net>
Wed, 6 Apr 2016 08:43:23 +0000 (18:43 +1000)
committerDave Cheney <dave@cheney.net>
Wed, 6 Apr 2016 21:04:43 +0000 (21:04 +0000)
commit0c81248bf46f611b56e3ab38b4d83e449b3c8636
tree5ecc59d0b4a326a4c856b89840feafdd9f49eddd
parent04945edd40fff4d66321a4f98c1bb070b6356008
runtime: remove unused return value from lfstackUnpack

None of the two places that call lfstackUnpack use the second argument.
This simplifies a followup CL that merges the lfstack{Pack,Unpack}
implementations.

Change-Id: I3c93f6259da99e113d94f8c8027584da79c1ac2c
Reviewed-on: https://go-review.googlesource.com/21595
Run-TryBot: Dave Cheney <dave@cheney.net>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/lfstack.go
src/runtime/lfstack_32bit.go
src/runtime/lfstack_64bit.go
src/runtime/lfstack_amd64.go