Skip to content

Commit

Permalink
Remove unneeded commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mhermida committed Nov 9, 2021
1 parent c095de9 commit c3b109f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/common/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func getSpecInternal(cgroupPaths map[string]string, machineInfoFactory info.Mach
}

// Processes, read it's value from pids path directly
//pidsRoot, ok := cgroupPaths["pids"]
pidsRoot, ok := getControllerPath(cgroupPaths, "pids", cgroup2UnifiedMode)
if ok {
if utils.FileExists(pidsRoot) {
Expand Down

0 comments on commit c3b109f

Please sign in to comment.