1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:44:45 -07:00

runtime: drop unused workbufhdr.id field

Change-Id: If7729b3c7df6dc7fcd41f293e2ef2472c769fe8b
Reviewed-on: https://go-review.googlesource.com/5261
Reviewed-by: Rick Hudson <rlh@golang.org>
This commit is contained in:
Austin Clements 2015-02-18 21:59:41 -05:00
parent ac452349e4
commit 1b205857a4

View File

@ -14,7 +14,6 @@ const (
type workbufhdr struct {
node lfnode // must be first
nobj uintptr
id uintptr
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
}