podman-build/libpod/runtime_migrate_freebsd.go
2025-10-11 12:30:35 +09:00

8 lines
95 B
Go

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