Remove useless function

This commit is contained in:
Asdow
2023-10-08 16:48:18 +03:00
parent f11534e792
commit 5a922e3a42
7 changed files with 2 additions and 15 deletions
-5
View File
@@ -1472,11 +1472,6 @@ UINT32 FileGetAttributes( STR strFilename )
return( uiFileAttrib );
}
BOOLEAN FileClearAttributes( STR strFilename )
{
return TRUE;
}
//returns true if at end of file, else false
BOOLEAN FileCheckEndOfFile( HWFILE hFile )