mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Remove fs::file::set_delete
Since it's Windows-only functionality with limited use.
This commit is contained in:
parent
d6087978b5
commit
742bd633d8
4 changed files with 13 additions and 17 deletions
|
@ -377,11 +377,6 @@ namespace fs
|
|||
if (!m_file) xnull();
|
||||
return m_file->write_gather(buffers, buf_count);
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
// Windows-specific function
|
||||
bool set_delete(bool autodelete = true) const;
|
||||
#endif
|
||||
};
|
||||
|
||||
class dir final
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue