diff options
author | John Snow | 2020-10-09 18:15:57 +0200 |
---|---|---|
committer | Markus Armbruster | 2020-10-10 11:37:49 +0200 |
commit | 2cc1eefb84c9608661889f4deffe89f1c9aef6bb (patch) | |
tree | 76b5358c66dec7b5cc43f109850ef0144cb565a6 /scripts/qapi/pylintrc | |
parent | qapi/visit.py: assert tag_member contains a QAPISchemaEnumType (diff) | |
download | qemu-2cc1eefb84c9608661889f4deffe89f1c9aef6bb.tar.gz qemu-2cc1eefb84c9608661889f4deffe89f1c9aef6bb.tar.xz qemu-2cc1eefb84c9608661889f4deffe89f1c9aef6bb.zip |
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>
Diffstat (limited to 'scripts/qapi/pylintrc')
-rw-r--r-- | scripts/qapi/pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qapi/pylintrc b/scripts/qapi/pylintrc index b3c4cf46db..b9e077a164 100644 --- a/scripts/qapi/pylintrc +++ b/scripts/qapi/pylintrc @@ -6,7 +6,6 @@ ignore-patterns=error.py, expr.py, parser.py, schema.py, - visit.py, [MESSAGES CONTROL] |