mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
Unused variable
This commit is contained in:
parent
4157688db6
commit
ed69d14967
@ -375,8 +375,6 @@ file_error osd_truncate(osd_file *file, UINT64 offset)
|
|||||||
|
|
||||||
file_error osd_fflush(osd_file *file)
|
file_error osd_fflush(osd_file *file)
|
||||||
{
|
{
|
||||||
UINT32 result;
|
|
||||||
|
|
||||||
if (!file || !file->handle)
|
if (!file || !file->handle)
|
||||||
return FILERR_FAILURE;
|
return FILERR_FAILURE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user