Skip to content

Commit

Permalink
ocperf: Remove last reference to mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Jun 21, 2024
1 parent 4accec6 commit ec792bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ocperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,6 @@ def read_events(self, name):
print("Cannot parse", name + ":", e.message, file=sys.stderr)
self.error = True
return
if u'PublicDescription' not in data[0]:
mapping['desc'] = u'BriefDescription'
self.read_table(data)
if "topdown.slots" in self.events:
self.add_topdown()
Expand Down

0 comments on commit ec792bf

Please sign in to comment.