From 241326a9a8c20ad7f2bcf651416b836e7778e090 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 16 Apr 2020 12:25:26 -0500 Subject: Podman V2 birth remote podman v1 and replace with podman v2. Signed-off-by: Brent Baude --- pkg/adapter/autoupdate.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pkg/adapter/autoupdate.go (limited to 'pkg/adapter/autoupdate.go') 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) -} -- cgit v1.2.3-54-g00ecf