Skip to content

Commit

Permalink
manager/allocator/cnmallocator: remove unused lDs, gDs arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jul 4, 2023
1 parent 0d6177c commit eaa7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/allocator/cnmallocator/networkallocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func New(pg plugingetter.PluginGetter, netConfig *NetworkConfig) (networkallocat

// There are no driver configurations and notification
// functions as of now.
reg, err := drvregistry.New(nil, nil, nil, nil, pg)
reg, err := drvregistry.New(nil, nil, pg)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit eaa7b91

Please sign in to comment.