소스 검색

Remove unneeded code

Feoramund 1 년 전
부모
커밋
d03024088a
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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) {
-
-}