Skip to content

Commit

Permalink
network: drop long-unused plugFunction
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Kenigsberg <[email protected]>
  • Loading branch information
dankenigsberg committed Jan 11, 2021
1 parent e86e2ee commit 734727e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/virt-launcher/virtwrap/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ type PodCacheInterface struct {
PodIPs []string `json:"podIPs,omitempty"`
}

type plugFunction func(vif NetworkInterface, vmi *v1.VirtualMachineInstance, iface *v1.Interface, network *v1.Network, domain *api.Domain, podInterfaceName string) error

// Network configuration is split into two parts, or phases, each executed in a
// different context.
// Phase1 is run by virt-handler and heavylifts most configuration steps. It
Expand Down

0 comments on commit 734727e

Please sign in to comment.