mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-21 22:07:49 +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('''
|
fdecl.write('''
|
||||||
#endif
|
#endif
|
||||||
''')
|
''')
|
||||||
|
|
||||||
fdecl.flush()
|
|
||||||
fdecl.close()
|
fdecl.close()
|
||||||
|
|
||||||
fdef.flush()
|
|
||||||
fdef.close()
|
fdef.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue