Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Alun Evans <[email protected]>
  • Loading branch information
alxn committed Nov 15, 2023
1 parent fadaf98 commit 84abd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.go
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ func (m *Map) lookupAndDeletePerCPU(key, valueOut any, flags MapLookupFlags) err
}

func ensurePerCPUSlice(sliceOrPtr any, elemLength int) (any, error) {
possibleCPUs, err := internal.PossibleCPUs()
possibleCPUs, err := PossibleCPU()
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 84abd93

Please sign in to comment.