commit | 3f99144cd9afbf51a7fbddf20b921402c2d4f68c | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Fri Jul 31 18:51:18 2015 +0200 |
committer | Markus Armbruster <armbru@redhat.com> | Fri Sep 04 15:47:15 2015 +0200 |
tree | 8cd6255d70fcd406366a8402e6b537e2440d72e5 | |
parent | 1f9a7a1a5862ad224aa86f9b4c046248ffc27aa3 [diff] |
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 <eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>