Skip to content

Commit

Permalink
pkg/query: Fix flamegraph function deduplication
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Nov 8, 2022
1 parent 733e42b commit 49e4172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/query/flamegraph_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ func (c *tableConverter) AddFunction(f *metastorev1alpha1.Function) uint32 {
f.NameStringIndex = c.AddString(f.Name)
f.FilenameStringIndex = c.AddString(f.Filename)
f.SystemNameStringIndex = c.AddString(f.SystemName)
f.Id = ""
f.Name = ""
f.Filename = ""
f.SystemName = ""
Expand Down

0 comments on commit 49e4172

Please sign in to comment.