Removed never defined _OLD_FILE_IMPL
This commit is contained in:
@@ -1349,18 +1349,7 @@ void SbiRuntime::StepRENAME() // Rename Tos+1 to Tos
|
||||
}
|
||||
else
|
||||
{
|
||||
#ifdef _OLD_FILE_IMPL
|
||||
DirEntry aSourceDirEntry( aSource );
|
||||
if( aSourceDirEntry.Exists() )
|
||||
{
|
||||
if( aSourceDirEntry.MoveTo( DirEntry(aDest) ) != FSYS_ERR_OK )
|
||||
StarBASIC::Error( SbERR_PATH_NOT_FOUND );
|
||||
}
|
||||
else
|
||||
StarBASIC::Error( SbERR_PATH_NOT_FOUND );
|
||||
#else
|
||||
implStepRenameOSL( aSource, aDest );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user