summaryrefslogtreecommitdiff
path: root/pkg/adapter/autoupdate.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/adapter/autoupdate.go')
-rw-r--r--pkg/adapter/autoupdate.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg/adapter/autoupdate.go b/pkg/adapter/autoupdate.go
deleted file mode 100644
index 01f7a29c5..000000000
--- a/pkg/adapter/autoupdate.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build !remoteclient
-
-package adapter
-
-import (
- "github.com/containers/libpod/pkg/autoupdate"
-)
-
-func (r *LocalRuntime) AutoUpdate() ([]string, []error) {
- return autoupdate.AutoUpdate(r.Runtime)
-}