Skip to content

Commit b66dffe

Browse files
committed
manager/allocator/cnmallocator: remove unused lDs, gDs arguments
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e1bcb04 commit b66dffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/allocator/cnmallocator/networkallocator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func New(pg plugingetter.PluginGetter, netConfig *NetworkConfig) (networkallocat
110110

111111
// There are no driver configurations and notification
112112
// functions as of now.
113-
reg, err := drvregistry.New(nil, nil, nil, nil, pg)
113+
reg, err := drvregistry.New(nil, nil, pg)
114114
if err != nil {
115115
return nil, err
116116
}

0 commit comments

Comments
 (0)