Skip to content

Commit c3b109f

Browse files
committed
Remove unneeded commented lines
1 parent c095de9 commit c3b109f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

container/common/helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ func getSpecInternal(cgroupPaths map[string]string, machineInfoFactory info.Mach
195195
}
196196

197197
// Processes, read it's value from pids path directly
198-
//pidsRoot, ok := cgroupPaths["pids"]
199198
pidsRoot, ok := getControllerPath(cgroupPaths, "pids", cgroup2UnifiedMode)
200199
if ok {
201200
if utils.FileExists(pidsRoot) {

0 commit comments

Comments
 (0)