Skip to content

Commit

Permalink
tools/kvm_stat: Remove unused function
Browse files Browse the repository at this point in the history
Unused since added in 18e8f41

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-and-tested-by: Stefan Raspl <stefan.raspl@linux.vnet.ibm.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
  • Loading branch information
Cole Robinson authored and Radim Krčmář committed Mar 28, 2018
1 parent 0866c31 commit 1f97e01
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 @@ -1121,9 +1121,6 @@ class Tui(object):
self.screen.refresh()

def _refresh_body(self, sleeptime):
def is_child_field(field):
return field.find('(') != -1

def insert_child(sorted_items, child, values, parent):
num = len(sorted_items)
for i in range(0, num):
Expand Down

0 comments on commit 1f97e01

Please sign in to comment.