mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
Remove Unused Function UTIL_fileExist()
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user