mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
qapi: Drop pointless flush() before close()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
12f8e1b9ff
commit
09896d3f48
1 changed files with 0 additions and 4 deletions
|
@ -1064,9 +1064,5 @@ def close_output(fdef, fdecl):
|
|||
fdecl.write('''
|
||||
#endif
|
||||
''')
|
||||
|
||||
fdecl.flush()
|
||||
fdecl.close()
|
||||
|
||||
fdef.flush()
|
||||
fdef.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue