diff options
Diffstat (limited to 'vendor/github.com/tetratelabs/wazero/internal/platform/time_cgo.go')
-rw-r--r-- | vendor/github.com/tetratelabs/wazero/internal/platform/time_cgo.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/tetratelabs/wazero/internal/platform/time_cgo.go b/vendor/github.com/tetratelabs/wazero/internal/platform/time_cgo.go deleted file mode 100644 index ff01d90ce..000000000 --- a/vendor/github.com/tetratelabs/wazero/internal/platform/time_cgo.go +++ /dev/null @@ -1,11 +0,0 @@ -//go:build cgo && !windows - -package platform - -import _ "unsafe" // for go:linkname - -// nanotime uses runtime.nanotime as it is available on all platforms and -// benchmarks faster than using time.Since. -// -//go:linkname nanotime runtime.nanotime -func nanotime() int64 |