mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -56,6 +56,6 @@ func specConfigureNamespaces(s *specgen.SpecGenerator, g *generate.Generator, rt
|
||||
// On FreeBSD 13.3 and later, we can avoid creating a separate vnet jail but
|
||||
// only if we can initialise the network after the OCI container is created -
|
||||
// the OCI container will own the vnet in this case.
|
||||
func needPostConfigureNetNS(s *specgen.SpecGenerator) bool {
|
||||
func needPostConfigureNetNS(_ *specgen.SpecGenerator) bool {
|
||||
return !jail.NeedVnetJail()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user