Răsfoiți Sursa

Remove unneeded code

Feoramund 1 an în urmă
părinte
comite
d03024088a
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  1. 0 6
      core/testing/runner_other.odin

+ 0 - 6
core/testing/runner_other.odin

@@ -2,13 +2,7 @@
 //+build !windows
 package testing
 
-import "core:time"
-
 run_internal_test :: proc(t: ^T, it: Internal_Test) {
 	// TODO(bill): Catch panics on other platforms
 	it.p(t)
 }
-
-_fail_timeout :: proc(t: ^T, duration: time.Duration, loc := #caller_location) {
-
-}