Remove Unused Function UTIL_fileExist()

This commit is contained in:
W. Felix Handte
2020-08-10 15:22:53 -04:00
parent 76878697a4
commit 93dda988c8
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -110,12 +110,6 @@ int UTIL_stat(const char* filename, stat_t* statbuf)
#endif
}
int UTIL_fileExist(const char* filename)
{
stat_t statbuf;
return UTIL_stat(filename, &statbuf);
}
int UTIL_isRegularFile(const char* infilename)
{
stat_t statbuf;