mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-22 23:17:17 +08:00
remove placeholder for non-linux platforms
runc currently only support Linux platform, and since we dont intend to expose the support to other platform, removing all other platforms placeholder code. `libcontainer/configs` still being used in https://github.com/moby/moby/blob/master/daemon/daemon_windows.go so keeping it for now. After this, we probably should also rename files to drop linux suffices if possible. Signed-off-by: Daniel Dao <dqminh89@gmail.com>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
// +build !windows,!linux
|
||||
|
||||
package configs
|
||||
|
||||
type Cgroup struct {
|
||||
}
|
||||
Reference in New Issue
Block a user