]> Git Repo - qemu.git/commit - docs/qapi-code-gen.txt
qapi-commands: Drop useless initialization
authorMarkus Armbruster <[email protected]>
Fri, 31 Jul 2015 16:51:18 +0000 (18:51 +0200)
committerMarkus Armbruster <[email protected]>
Fri, 4 Sep 2015 13:47:15 +0000 (15:47 +0200)
commit3f99144cd9afbf51a7fbddf20b921402c2d4f68c
tree8cd6255d70fcd406366a8402e6b537e2440d72e5
parent1f9a7a1a5862ad224aa86f9b4c046248ffc27aa3
qapi-commands: Drop useless initialization

In generated command handlers, the assignment to retval dominates its
only use.  Therefore, its initialization is useless.  Drop it.

Suggested-by: Eric Blake <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
docs/qapi-code-gen.txt
scripts/qapi-commands.py
This page took 0.024984 seconds and 4 git commands to generate.