diff options
| -rw-r--r-- | src/runtime/pprof/pprof.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/pprof/pprof.go b/src/runtime/pprof/pprof.go index c27df22897..d560eeade1 100644 --- a/src/runtime/pprof/pprof.go +++ b/src/runtime/pprof/pprof.go @@ -171,7 +171,6 @@ import ( // holds a lock for 1s while 5 other goroutines are waiting for the entire // second to acquire the lock, its unlock call stack will report 5s of // contention. - type Profile struct { name string mu sync.Mutex |
