1
0
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:
Philipp Hahn
2020-04-26 18:55:22 +02:00
committed by Jano Tomko
parent 3b85ec54c9
commit 0132c6d2a9

View File

@@ -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