mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +08:00
Merge pull request #11439 from coypoop/libvirt-unused
Remove unused stubs intended to start a machine with libvirt
This commit is contained in:
@ -1,6 +0,0 @@
|
|||||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
|
||||||
|
|
||||||
package libvirt
|
|
||||||
|
|
||||||
type MachineVM struct {
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
// +build amd64,linux arm64,linux amd64,darwin arm64,darwin
|
|
||||||
|
|
||||||
package libvirt
|
|
||||||
|
|
||||||
import "github.com/containers/podman/v3/pkg/machine"
|
|
||||||
|
|
||||||
func (v *MachineVM) Init(name string, opts machine.InitOptions) error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (v *MachineVM) Start(name string) error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (v *MachineVM) Stop(name string) error {
|
|
||||||
return nil
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
// +build !amd64 amd64,windows
|
|
||||||
|
|
||||||
package libvirt
|
|
Reference in New Issue
Block a user