diff options
Diffstat (limited to 'tests/matrix/atime_darwin.go')
| -rw-r--r-- | tests/matrix/atime_darwin.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/matrix/atime_darwin.go b/tests/matrix/atime_darwin.go deleted file mode 100644 index 5f89c69..0000000 --- a/tests/matrix/atime_darwin.go +++ /dev/null @@ -1,9 +0,0 @@ -package matrix - -import ( - "syscall" -) - -func extractAtimeMtime(st syscall.Stat_t) [2]syscall.Timespec { - return [2]syscall.Timespec{st.Atimespec, st.Mtimespec} -} |
