Commit 0abf4435 authored by Russ Cox's avatar Russ Cox

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/17741Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent bdd5d6e2
......@@ -497,7 +497,7 @@ type _func struct {
nameoff int32 // function name
args int32 // in/out args size
_ int32 // Previously: legacy frame size. TODO: Remove this.
_ int32 // previously legacy frame size; kept for layout compatibility
pcsp int32
pcfile int32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment