Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites

This commit is contained in:
W. Felix Handte
2020-08-10 15:28:02 -04:00
parent 93dda988c8
commit 51ac0207af
3 changed files with 11 additions and 20 deletions
-4
View File
@@ -120,10 +120,6 @@ extern int g_utilDisplayLevel;
* Returns success (1) or failure (0).
*/
int UTIL_stat(const char* filename, stat_t* statbuf);
/** Also checks that the target is a regular file. */
int UTIL_statFile(const char* infilename, stat_t* statbuf);
/** Also checks that the target is a directory. */
int UTIL_statDir(const char* infilename, stat_t* statbuf);
/**
* Instead of getting a file's stats, this updates them with the info in the