Commit 1f97e01a authored by Cole Robinson's avatar Cole Robinson Committed by Radim Krčmář

tools/kvm_stat: Remove unused function

Unused since added in 18e8f410Signed-off-by: default avatarCole Robinson <crobinso@redhat.com>
Reviewed-and-tested-by: default avatarStefan Raspl <stefan.raspl@linux.vnet.ibm.com>
Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
parent 0866c31b
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment