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 == "" {