]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused dynamically imported Sleep
authorqmuntal <quimmuntal@gmail.com>
Wed, 5 Apr 2023 07:28:49 +0000 (09:28 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 5 Apr 2023 17:48:40 +0000 (17:48 +0000)
commit3202dafd4a4e9fb994fc2259f396cfeeb25c28ba
treeae69c0ddfbfdb62411e8c3667dcf3504aed0cebf
parent1e5955aabdacca1e37dc5326aaa9cefea863ee64
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>
src/runtime/os_windows.go