Remove Unused Function UTIL_fileExist()
parent
76878697a4
commit
93dda988c8
|
@ -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;
|
||||
|
|
|
@ -155,7 +155,6 @@ int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions);
|
|||
* compute the needed information.
|
||||
*/
|
||||
|
||||
int UTIL_fileExist(const char* filename);
|
||||
int UTIL_isRegularFile(const char* infilename);
|
||||
int UTIL_isDirectory(const char* infilename);
|
||||
int UTIL_isSameFile(const char* file1, const char* file2);
|
||||
|
|
Loading…
Reference in New Issue