Files
containerd/vendor/github.com/docker/docker/pkg/system/init_unix.go
Lantao Liu fa91b905e9 Update vendors.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-16 23:23:47 +00:00

8 lines
135 B
Go

// +build !windows
package system
// InitLCOW does nothing since LCOW is a windows only feature
func InitLCOW(experimental bool) {
}