remove unused args argument (MR 2130)

This commit is contained in:
bo41 2021-10-16 18:15:54 +02:00 committed by Oliver Smith
parent 896879e89a
commit a8d425554c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
17 changed files with 49 additions and 56 deletions

View file

@ -7,7 +7,7 @@ import pmb.config
# Return: {magic: ..., mask: ...}
def binfmt_info(args, arch_qemu):
def binfmt_info(arch_qemu):
# Parse the info file
full = {}
info = pmb.config.pmb_src + "/pmb/data/qemu-user-binfmt.txt"