From 8cbca46b6d99bcf0b2647ffa247b0963f872916b Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Wed, 17 Oct 2018 10:54:19 -0700 Subject: [PATCH] Remove incorrect TODO. PiperOrigin-RevId: 217548429 Change-Id: Ie640c881fdc4fc70af58c8ca834df1ac531e519a --- runsc/boot/events.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runsc/boot/events.go b/runsc/boot/events.go index 832339cf4..595846b10 100644 --- a/runsc/boot/events.go +++ b/runsc/boot/events.go @@ -29,7 +29,6 @@ type Event struct { // Stats is the runc specific stats structure for stability when encoding and // decoding stats. -// TODO: Many fields aren't obtainable due to a lack of cgroups. type Stats struct { Memory Memory `json:"memory"` Pids Pids `json:"pids"`