Skip to content

Commit

Permalink
file_io: comment out unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorgelig committed Aug 5, 2019
1 parent 20210f4 commit fb6cab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static bool isPathDirectory(char *path)

return false;
}

/*
static bool isPathRegularFile(char *path)
{
make_fullpath(path);
Expand Down Expand Up @@ -195,7 +195,7 @@ static bool isPathRegularFile(char *path)
return false;
}

*/
void FileClose(fileTYPE *file)
{
if (file->zip)
Expand Down

0 comments on commit fb6cab7

Please sign in to comment.