From 51ecf18f6ce5b9e06ec61423548270b4746f379d Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Mon, 29 Sep 2025 19:58:12 +0300 Subject: Added zlib --- src/cyn_file_linux_x64.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/cyn_file_linux_x64.c (limited to 'src/cyn_file_linux_x64.c') diff --git a/src/cyn_file_linux_x64.c b/src/cyn_file_linux_x64.c deleted file mode 100644 index ff0c1c2..0000000 --- a/src/cyn_file_linux_x64.c +++ /dev/null @@ -1,9 +0,0 @@ -File_Handle *cyn_file_open(String path, File_Status *status) { - UNUSED(path); - - if (status != NULL) { - *status = CYN_FILE_ERROR; - } - - return NULL; -} -- cgit v1.2.3-70-g09d2