diff options
Diffstat (limited to 'internal/flamegraph/worker.go')
| -rw-r--r-- | internal/flamegraph/worker.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/flamegraph/worker.go b/internal/flamegraph/worker.go index e590163..09458fd 100644 --- a/internal/flamegraph/worker.go +++ b/internal/flamegraph/worker.go @@ -37,7 +37,6 @@ func (w worker) run(ctx context.Context, wg *sync.WaitGroup, ch <-chan *event.Pa pathMap[traceId] = cnt w.collapsed[filePath] = pathMap - // TODO: Enable Go race detector ev.Recycle() default: |
