qapi/introspect: Eliminate pointless variable in .visit_end()
commitda112e83c188ebe0fe5946c78ae7793341c93955
authorMarkus Armbruster <armbru@redhat.com>
Wed, 20 Jun 2018 12:47:42 +0000 (20 14:47 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 22 Jun 2018 14:33:47 +0000 (22 16:33 +0200)
treefb713e8ef147797503339bdbdacb7b085a25cba0
parent0d6b93deeeb3cc190692d629f5927befdc8b1fb8
qapi/introspect: Eliminate pointless variable in .visit_end()

Commit 1a9a507b2e3 "qapi-introspect: Hide type names" added local
variable @jsons to improve sorting, but also removed the sorting.  It
was part of a big series that went to v8, and it made sense until v2
or so...

Commit 7d0f982bfbb replaced @jsons by @qlits, preserving the
uselessness.

Get rid of it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180620124742.16979-1-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
scripts/qapi/introspect.py