From: ahmedsamyh Date: Sun, 26 Jan 2025 17:47:21 +0000 (+0500) Subject: Remove beykaaru assertion X-Git-Url: https://www.git.momoyon.org/?a=commitdiff_plain;h=ead4bf53ca47af19d2cebc62bf02d5744efc33f5;p=commonlib.git Remove beykaaru assertion --- diff --git a/commonlib.h b/commonlib.h index 1381b0d..0edf8c0 100644 --- a/commonlib.h +++ b/commonlib.h @@ -80,7 +80,6 @@ typedef const wchar* wstr; typedef struct c_Arena c_Arena; - // // ## Data Structures // @@ -273,7 +272,6 @@ void c_os_get_timedate(c_Arena* a) { bool c_os_file_exists(cstr filename) { struct stat buf; - c_ASSERT(false, "Unimplemented!"); return stat(filename, &buf) == 0; } #endif