// +build !linux

package libpod

import (
	"context"
)

func (r *Runtime) migrate(ctx context.Context) error {
	return nil
}

func stopPauseProcess() error {
	return nil
}