qapi/visit.py: remove unused parameters from gen_visit_object
authorJohn Snow <jsnow@redhat.com>
Fri, 9 Oct 2020 16:15:57 +0000 (12:15 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 10 Oct 2020 09:37:49 +0000 (11:37 +0200)
commit2cc1eefb84c9608661889f4deffe89f1c9aef6bb
tree76b5358c66dec7b5cc43f109850ef0144cb565a6
parent554df4f33f2076f973b4ae6bc55b5160f513634f
qapi/visit.py: remove unused parameters from gen_visit_object

And this fixes the pylint report for this file, so make sure we check
this in the future, too.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201009161558.107041-36-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi/pylintrc
scripts/qapi/visit.py