mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
tools/kvm_stat: Remove unused function
Unused since added in 18e8f4100
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>
This commit is contained in:
parent
0866c31bf3
commit
1f97e01a38
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue