Skip to content

Commit 358a12e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/allocator/cnmallocator/networkallocator.go

+1-1
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)