From 1b14d9748486908d9a9daeb557d1ef03e8231379 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 8 Dec 2021 15:20:29 -0800 Subject: [PATCH] libct/configs: rm Windows TODO It's clear at this point that runc won't support Windows. Signed-off-by: Kir Kolyshkin --- libcontainer/configs/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/libcontainer/configs/config.go b/libcontainer/configs/config.go index c1b4a0041..7cf2fb657 100644 --- a/libcontainer/configs/config.go +++ b/libcontainer/configs/config.go @@ -83,9 +83,6 @@ type Syscall struct { Args []*Arg `json:"args"` } -// TODO Windows. Many of these fields should be factored out into those parts -// which are common across platforms, and those which are platform specific. - // Config defines configuration options for executing a process inside a contained environment. type Config struct { // NoPivotRoot will use MS_MOVE and a chroot to jail the process into the container's rootfs