Pārlūkot izejas kodu

Remove `disabled` attribute from `unimplemented`

gingerBill 1 gadu atpakaļ
vecāks
revīzija
8e4bdcfb98
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      core/runtime/core_builtin.odin

+ 0 - 1
core/runtime/core_builtin.odin

@@ -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 {