mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00: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:
@ -1064,9 +1064,5 @@ def close_output(fdef, fdecl):
|
|||||||
fdecl.write('''
|
fdecl.write('''
|
||||||
#endif
|
#endif
|
||||||
''')
|
''')
|
||||||
|
|
||||||
fdecl.flush()
|
|
||||||
fdecl.close()
|
fdecl.close()
|
||||||
|
|
||||||
fdef.flush()
|
|
||||||
fdef.close()
|
fdef.close()
|
||||||
|
Reference in New Issue
Block a user