mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 12:56:46 +00:00
qapi: Drop pointless flush() before close()
Backports commit 09896d3f48078a93e3d2dbd8ef86436b85ebda7c from qemu
This commit is contained in:
parent
2c9ed3c379
commit
faffdb784a
|
@ -1063,10 +1063,6 @@ def close_output(fdef, fdecl):
|
|||
fdecl.write('''
|
||||
#endif
|
||||
''')
|
||||
|
||||
fdecl.flush()
|
||||
fdecl.close()
|
||||
|
||||
fdef.flush()
|
||||
fdef.close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue