Remove disabled attribute from unimplemented

This commit is contained in:
gingerBill
2023-10-25 11:41:24 +01:00
parent f3f0ab6e2c
commit 8e4bdcfb98

View File

@@ -826,7 +826,6 @@ panic :: proc(message: string, loc := #caller_location) -> ! {
}
@builtin
@(disabled=ODIN_DISABLE_ASSERT)
unimplemented :: proc(message := "", loc := #caller_location) -> ! {
p := context.assertion_failure_proc
if p == nil {