]> Cypherpunks repositories - gostls13.git/commit
runtime: remove walltime function
authorIan Lance Taylor <iant@golang.org>
Wed, 28 Apr 2021 18:10:07 +0000 (11:10 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 29 Apr 2021 04:19:20 +0000 (04:19 +0000)
commit42953bc9f5ded1bcf4ff727d82ddd3b7a8a2b8de
treeb79982499d0ec93a322a1f425841d5568134a35d
parentd09947522d1fbe17d6a8aece07d70e31a3a5311e
runtime: remove walltime function

There was only one meaningful caller, which changes to call time_now.

This clearly separates systems that use walltime1 to be just those
that use the stub version of time_now. That is to say, those that do
not provide an assembler version of time_now.

Change-Id: I14c06cc402070bd705f953af6f9966785015e2a5
Reviewed-on: https://go-review.googlesource.com/c/go/+/314769
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/time_fake.go
src/runtime/time_nofake.go
src/runtime/timestub.go
src/runtime/write_err_android.go