mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 21:43:50 +00:00
Remove POSIX rename wrapper
Unused by now, use `<filesystem>` instead. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -92,8 +92,3 @@ int wclose(int fd)
|
||||
{
|
||||
return close(fd);
|
||||
}
|
||||
|
||||
int wrename(const OsPath& pathnameOld, const OsPath& pathnameNew)
|
||||
{
|
||||
return rename(OsString(pathnameOld).c_str(), OsString(pathnameNew).c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user