diff options
Diffstat (limited to 'src/runtime/os_windows.go')
| -rw-r--r-- | src/runtime/os_windows.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/os_windows.go b/src/runtime/os_windows.go index 36182f4e9a..f0935264ac 100644 --- a/src/runtime/os_windows.go +++ b/src/runtime/os_windows.go @@ -804,9 +804,6 @@ func writeConsoleUTF16(handle uintptr, b []uint16) { return } -// walltime1 isn't implemented on Windows, but will never be called. -func walltime1() (sec int64, nsec int32) - //go:nosplit func semasleep(ns int64) int32 { const ( |
