mirror of
https://github.com/containers/podman.git
synced 2025-10-15 18:23:30 +08:00
Revert "Add VarlinkCall.RequiresUpgrade() type and method"
This reverts commit bd3154fcf6a48b37cfde5d9b1226900cd863c0d9. Commit in question may be breaking upstream CI. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -21,7 +21,3 @@ func New(cli *cliconfig.PodmanCommand, runtime *libpod.Runtime) *iopodman.Varlin
|
||||
lp := LibpodAPI{Cli: cli.Command, Runtime: runtime}
|
||||
return iopodman.VarlinkNew(&lp)
|
||||
}
|
||||
|
||||
type VarlinkCall struct {
|
||||
*iopodman.VarlinkCall
|
||||
}
|
||||
|
Reference in New Issue
Block a user