From fb6cab78b527801148ef7bbb9f85e6ac4c3dd9ae Mon Sep 17 00:00:00 2001 From: sorgelig Date: Tue, 6 Aug 2019 06:43:18 +0800 Subject: [PATCH] file_io: comment out unused function. --- file_io.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file_io.cpp b/file_io.cpp index fd55134..06c27e5 100644 --- a/file_io.cpp +++ b/file_io.cpp @@ -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)