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:
Daniel Dao
2017-11-16 17:29:21 +00:00
parent fb871d9cd0
commit 8898b6b446
11 changed files with 0 additions and 119 deletions
@@ -1,6 +0,0 @@
// +build !windows,!linux
package configs
type Cgroup struct {
}