]> www.git.momoyon.org Git - commonlib.git/commitdiff
Remove beykaaru assertion
authorahmedsamyh <ahmedsamyh10@gmail.com>
Sun, 26 Jan 2025 17:47:21 +0000 (22:47 +0500)
committerahmedsamyh <ahmedsamyh10@gmail.com>
Sun, 26 Jan 2025 17:47:21 +0000 (22:47 +0500)
commonlib.h

index 1381b0d35dcd17c66d0500ac546e4f6368c8277c..0edf8c0541cfc0d3d5443d73f8c1397bb33410b2 100644 (file)
@@ -80,7 +80,6 @@ typedef const wchar* wstr;
 \r
 typedef struct c_Arena c_Arena;\r
 \r
-\r
 //\r
 // ## Data Structures\r
 //\r
@@ -273,7 +272,6 @@ void c_os_get_timedate(c_Arena* a) {
 \r
 bool c_os_file_exists(cstr filename) {\r
         struct stat buf;\r
-        c_ASSERT(false, "Unimplemented!");\r
         return stat(filename, &buf) == 0;\r
 }\r
 #endif\r