pkg/specgen/generate: fix unused warning on freebsd

> pkg/specgen/generate/validate_freebsd.go:6:6: func verifyContainerResources is unused (unused)
> func verifyContainerResources(s *specgen.SpecGenerator) ([]string, error) {
>      ^

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-29 23:48:13 -07:00
parent 18fdbaee80
commit dac3fa2f97

View File

@ -1,3 +1,5 @@
//go:build !remote
package generate
import "github.com/containers/podman/v5/pkg/specgen"