podman/libpod/runtime_migrate_freebsd.go

8 lines
95 B
Go

//go:build !remote
package libpod
func (r *Runtime) stopPauseProcess() error {
return nil
}