config: Remove unused code.

Removed the definition of unused function 'gen_args()' from ipaconfig.
This commit is contained in:
Rafael Guterres Jeffman
2021-09-14 10:04:36 -03:00
parent 8dec9f774b
commit 5175c870f2

View File

@@ -257,12 +257,6 @@ def config_show(module):
return _result["result"]
def gen_args(params):
_args = {k: v for k, v in params.items() if v is not None}
return _args
def main():
ansible_module = IPAAnsibleModule(
argument_spec=dict(