Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
kjahed committed Nov 8, 2024
1 parent b8b38e7 commit 7af780d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ func TestMain(m *testing.M) {
fptest.RunTests(m)
}

func pruneUnsupportedPaths(config *oc.Root) {
for _, ni := range config.NetworkInstance {
ni.Fdb = nil
}
}

// setEthernetFromBase merges the ethernet config from the interfaces in base config into
// the destination config.
func setEthernetFromBase(t testing.TB, config *oc.Root) {
Expand Down

0 comments on commit 7af780d

Please sign in to comment.