Del unused var

This commit is contained in:
zhengguoyong 2015-11-16 10:26:25 +08:00
parent 96ae38c036
commit d5f2bb00a7

View File

@ -314,8 +314,6 @@ type containerStatusResult struct {
err error
}
const podIPDownwardAPISelector = "status.podIP"
// determineContainerIP determines the IP address of the given container. It is expected
// that the container passed is the infrastructure container of a pod and the responsibility
// of the caller to ensure that the correct container is passed.