Skip to content

Commit

Permalink
Merge pull request kata-containers#180 from caoruidong/delete-comment
Browse files Browse the repository at this point in the history
cli: delete out-of-date comment
  • Loading branch information
jodh-intel authored Apr 4, 2018
2 parents 0e8b6dc + 7b6d80a commit bc83bf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "" {
Expand Down

0 comments on commit bc83bf0

Please sign in to comment.