Skip to content

Commit

Permalink
tools/kvm_stat: removed unused function
Browse files Browse the repository at this point in the history
Function available_fields() is not used in any place.

Signed-off-by: Stefan Raspl <[email protected]>
Reviewed-by: Janosch Frank <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
Stefan Raspl authored and bonzini committed Jun 8, 2017
1 parent 5a7d11f commit 42a947b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/kvm/kvm_stat/kvm_stat
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,6 @@ class TracepointProvider(object):

self.group_leaders.append(group)

def available_fields(self):
return self.get_available_fields()

@property
def fields(self):
return self._fields
Expand Down

0 comments on commit 42a947b

Please sign in to comment.