containerd/sys
Sebastiaan van Stijn c7e6a889b8
sys: remove unused IsAbs() (windows)
This function was forked from Moby in 6089c1525b,
which copied the whole file, but the `IsAbs()` was never used, and has no
external consumers, so let's remove it.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-14 10:41:23 +02:00
..
reaper feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
epoll.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
fds.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
filesys_deprecated_windows.go replace sys Sequential funcs with moby/sys/sequential 2022-08-29 18:36:34 +02:00
filesys_unix.go sys: move ForceRemoveAll to integration/client 2022-08-30 17:39:18 +02:00
filesys_windows.go sys: remove unused IsAbs() (windows) 2022-10-14 10:41:23 +02:00
oom_linux_test.go Use testify 2022-04-01 18:17:58 -07:00
oom_linux.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
oom_unsupported.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
socket_unix.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
socket_windows.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
userns_deprecated.go Move RunningInUserNS() to its own package 2021-03-23 11:29:53 +01:00