diff options
Diffstat (limited to 'libgo/go/runtime/timeasm.go')
-rw-r--r-- | libgo/go/runtime/timeasm.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/runtime/timeasm.go b/libgo/go/runtime/timeasm.go index 55b0d0729fb..6bfaa8a8f0e 100644 --- a/libgo/go/runtime/timeasm.go +++ b/libgo/go/runtime/timeasm.go @@ -3,8 +3,6 @@ // license that can be found in the LICENSE file. // Declarations for operating systems implementing time.now directly in assembly. -// Those systems are also expected to have nanotime subtract startNano, -// so that time.now and nanotime return the same monotonic clock readings. // +build ignore // +build windows |