file_io: comment out unused function.

This commit is contained in:
sorgelig
2019-08-06 06:43:18 +08:00
parent 20210f4b47
commit fb6cab78b5

View File

@@ -142,7 +142,7 @@ static bool isPathDirectory(char *path)
return false;
}
/*
static bool isPathRegularFile(char *path)
{
make_fullpath(path);
@@ -195,7 +195,7 @@ static bool isPathRegularFile(char *path)
return false;
}
*/
void FileClose(fileTYPE *file)
{
if (file->zip)