diff --git a/generator.py b/generator.py index aa5d8b2..3021e82 100755 --- a/generator.py +++ b/generator.py @@ -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