Remove unneeded code

This commit is contained in:
Feoramund
2024-05-27 20:04:49 -04:00
parent b6c4dfb68d
commit d03024088a

View File

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