From 05f4dd9f41707959ce801f9851c79232a1b79dca Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Mon, 11 Dec 2017 10:20:22 -0500 Subject: Clear up fragments of the old api As everything is being moved over to the new container api removing files that depended on the old api Signed-off-by: umohnani8 Closes: #116 Approved by: rhatdan --- oci/finished_32.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 oci/finished_32.go (limited to 'oci/finished_32.go') diff --git a/oci/finished_32.go b/oci/finished_32.go deleted file mode 100644 index 3f24b1baa..000000000 --- a/oci/finished_32.go +++ /dev/null @@ -1,14 +0,0 @@ -// +build arm 386 - -package oci - -import ( - "os" - "syscall" - "time" -) - -func getFinishedTime(fi os.FileInfo) time.Time { - st := fi.Sys().(*syscall.Stat_t) - return time.Unix(int64(st.Ctim.Sec), int64(st.Ctim.Nsec)) -} -- cgit v1.2.3-54-g00ecf