mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-02 12:23:47 +03:00
generator: Remove skipped_modules
Unused. Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
@@ -293,9 +293,6 @@ functions_skipped = [
|
||||
lxc_functions_skipped = []
|
||||
qemu_functions_skipped = []
|
||||
|
||||
skipped_modules = {
|
||||
}
|
||||
|
||||
skipped_types = {
|
||||
# 'int *': "usually a return type",
|
||||
'virConnectDomainEventCallback': "No function types in python",
|
||||
@@ -703,9 +700,6 @@ def print_function_wrapper(module, name, output, export, include):
|
||||
print("failed to get function %s infos" % name)
|
||||
return
|
||||
|
||||
if module in skipped_modules:
|
||||
return 0
|
||||
|
||||
if module == "libvirt":
|
||||
if name in skip_function:
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user