Skip to content

Commit 1c4d3c8

Browse files
glehmannydirson
authored andcommitted
remove broken and unused sign_bins() method
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent a2ea28d commit 1c4d3c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/vm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,6 @@ def clear_uefi_variables(self):
469469
"""
470470
self.param_remove('NVRAM', 'EFI-variables')
471471

472-
def sign_bins(self):
473-
for f in self.get_all_efi_bins():
474-
self.sign(f)
475-
476472
def get_all_efi_bins(self):
477473
magicsz = str(len(efi.EFI_HEADER_MAGIC))
478474
files = self.ssh(

0 commit comments

Comments
 (0)