summaryrefslogtreecommitdiff
path: root/pkg/spec/spec_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/spec/spec_unsupported.go')
-rw-r--r--pkg/spec/spec_unsupported.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/spec/spec_unsupported.go b/pkg/spec/spec_unsupported.go
deleted file mode 100644
index 0f6a9acdc..000000000
--- a/pkg/spec/spec_unsupported.go
+++ /dev/null
@@ -1,7 +0,0 @@
-//+build !linux
-
-package createconfig
-
-func getHostRlimits() ([]systemUlimit, error) {
- return nil, nil
-}