Commit 1b205857 authored by Austin Clements's avatar Austin Clements

runtime: drop unused workbufhdr.id field

Change-Id: If7729b3c7df6dc7fcd41f293e2ef2472c769fe8b
Reviewed-on: https://go-review.googlesource.com/5261Reviewed-by: default avatarRick Hudson <rlh@golang.org>
parent ac452349
...@@ -14,7 +14,6 @@ const ( ...@@ -14,7 +14,6 @@ const (
type workbufhdr struct { type workbufhdr struct {
node lfnode // must be first node lfnode // must be first
nobj uintptr nobj uintptr
id uintptr
inuse bool // This workbuf is in use by some gorotuine and is not on the work.empty/partial/full queues. inuse bool // This workbuf is in use by some gorotuine and is not on the work.empty/partial/full queues.
log [4]uintptr // line numbers forming a history of ownership changes to workbuf log [4]uintptr // line numbers forming a history of ownership changes to workbuf
} }
......
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