diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2013-08-12 21:48:19 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2013-08-12 21:48:19 +0400 |
| commit | fa4628346b78f8847f11166d52d250abb6cb50df (patch) | |
| tree | 41a598c6c6236e853dfff0882a11f2551e7409e1 /src/pkg/runtime/runtime.h | |
| parent | f3c1070fa4cb02c55b47b874076fe74879288a4c (diff) | |
| download | go-fa4628346b78f8847f11166d52d250abb6cb50df.tar.xz | |
runtime: remove unused m->racepc
The original plan was to collect allocation stacks
for all memory blocks. But it was never implemented
and it's not in near plans and it's unclear how to do it at all.
R=golang-dev, dave, bradfitz
CC=golang-dev
https://golang.org/cl/12724044
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index a3edb5e955..a81408f40f 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -339,7 +339,6 @@ struct M GCStats gcstats; bool racecall; bool needextram; - void* racepc; void (*waitunlockf)(Lock*); void* waitlock; |
