diff --git a/container/container_notlinux.go b/container/container_notlinux.go index f65653e99..c9774fd5b 100644 --- a/container/container_notlinux.go +++ b/container/container_notlinux.go @@ -11,13 +11,3 @@ func detachMounted(path string) error { // Therefore there are separate definitions for this. return unix.Unmount(path, 0) } - -// SecretMount returns the mount for the secret path -func (container *Container) SecretMount() *Mount { - return nil -} - -// UnmountSecrets unmounts the fs for secrets -func (container *Container) UnmountSecrets() error { - return nil -}