summaryrefslogtreecommitdiffhomepage
path: root/pkg/shim/v1/proc/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/shim/v1/proc/utils.go')
-rw-r--r--pkg/shim/v1/proc/utils.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/shim/v1/proc/utils.go b/pkg/shim/v1/proc/utils.go
index 6e7dbdad7..716de2f59 100644
--- a/pkg/shim/v1/proc/utils.go
+++ b/pkg/shim/v1/proc/utils.go
@@ -34,8 +34,6 @@ const (
// inside the sandbox.
var ExitCh = make(chan Exit, bufferSize)
-// TODO(random-liu): This can be a utility.
-
// TODO(mlaventure): move to runc package?
func getLastRuntimeError(r *runsc.Runsc) (string, error) {
if r.Log == "" {