mirror of
https://github.com/golang/go
synced 2024-11-23 01:30:02 -07:00
runtime: remove unused dynamically imported Sleep
Sleep is not used, it can be removed. Change-Id: I237c966eb9b4e91127091d78f0b86725139c77a7 Reviewed-on: https://go-review.googlesource.com/c/go/+/482435 Run-TryBot: Quim Muntal <quimmuntal@gmail.com> Auto-Submit: Quim Muntal <quimmuntal@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
1e5955aabd
commit
3202dafd4a
@ -49,7 +49,6 @@ const (
|
||||
//go:cgo_import_dynamic runtime._SetThreadPriority SetThreadPriority%2 "kernel32.dll"
|
||||
//go:cgo_import_dynamic runtime._SetUnhandledExceptionFilter SetUnhandledExceptionFilter%1 "kernel32.dll"
|
||||
//go:cgo_import_dynamic runtime._SetWaitableTimer SetWaitableTimer%6 "kernel32.dll"
|
||||
//go:cgo_import_dynamic runtime._Sleep Sleep%1 "kernel32.dll"
|
||||
//go:cgo_import_dynamic runtime._SuspendThread SuspendThread%1 "kernel32.dll"
|
||||
//go:cgo_import_dynamic runtime._SwitchToThread SwitchToThread%0 "kernel32.dll"
|
||||
//go:cgo_import_dynamic runtime._TlsAlloc TlsAlloc%0 "kernel32.dll"
|
||||
@ -103,7 +102,6 @@ var (
|
||||
_SetThreadPriority,
|
||||
_SetUnhandledExceptionFilter,
|
||||
_SetWaitableTimer,
|
||||
_Sleep,
|
||||
_SuspendThread,
|
||||
_SwitchToThread,
|
||||
_TlsAlloc,
|
||||
|
Loading…
Reference in New Issue
Block a user