From 7b6d80adf78a0d026b0418064cb1de8c655e36ef Mon Sep 17 00:00:00 2001 From: Ruidong Date: Wed, 4 Apr 2018 21:42:02 +0800 Subject: [PATCH] cli: delete out-of-date comment Function getContainerInfo dosen't expand container id from prefix now Fixes #139 Signed-off-by: Ruidong Cao --- cli/oci.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/oci.go b/cli/oci.go index c2c9a055dc..5b7b6f2e77 100644 --- a/cli/oci.go +++ b/cli/oci.go @@ -50,7 +50,6 @@ var cgroupsDirPath string var procMountInfo = "/proc/self/mountinfo" // getContainerInfo returns the container status and its pod ID. -// It internally expands the container ID from the prefix provided. func getContainerInfo(containerID string) (vc.ContainerStatus, string, error) { // container ID MUST be provided. if containerID == "" {