delete unused const

This commit is contained in:
Pingan2017 2017-01-06 15:21:19 +08:00
parent 49532f59a6
commit ae6856fa8b

View File

@ -56,8 +56,6 @@ const (
dockerNetNSFmt = "/proc/%v/ns/net"
defaultSeccompProfile = "unconfined"
// Internal docker labels used to identify whether a container is a sandbox
// or a regular container.
// TODO: This is not backward compatible with older containers. We will