]> Cypherpunks repositories - gostls13.git/commit
runtime: remove incorrect TODO added in CL 16035
authorRuss Cox <rsc@golang.org>
Fri, 11 Dec 2015 07:49:16 +0000 (02:49 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 16 Dec 2015 20:23:15 +0000 (20:23 +0000)
commit0abf443513a1399141a2fdac109c63630abf4d4b
treec9e6867e3d3a5cbcfdd29ce3b9696d34a4f88eb3
parentbdd5d6e2574347d63763d42f1a6b529236bbd06a
runtime: remove incorrect TODO added in CL 16035

I've already turned away one attempt to remove this field.
As the comment above the struct says, many tools know the layout.
The field cannot simply be removed.

It was one thing to remove the fields name, but the TODO should
not have been added.

Change-Id: If40eacf0eb35835082055e129e2b88333a0731b9
Reviewed-on: https://go-review.googlesource.com/17741
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/runtime2.go