diff options
Diffstat (limited to 'libgo/go/runtime/os_openbsd_arm64.go')
-rw-r--r-- | libgo/go/runtime/os_openbsd_arm64.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/runtime/os_openbsd_arm64.go b/libgo/go/runtime/os_openbsd_arm64.go index f15a95b653f..d559a2a3e5a 100644 --- a/libgo/go/runtime/os_openbsd_arm64.go +++ b/libgo/go/runtime/os_openbsd_arm64.go @@ -12,7 +12,6 @@ import ( func cputicks() int64 { // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand(). // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler. - // TODO: need more entropy to better seed fastrand. return nanotime() } |