From 885e17f890d1d7c559871f720c40cef5cad69bc2 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Tue, 30 Jul 2019 16:55:05 -0700 Subject: Remove unused const variables PiperOrigin-RevId: 260824989 --- runsc/sandbox/network.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'runsc/sandbox') diff --git a/runsc/sandbox/network.go b/runsc/sandbox/network.go index a965a9dcb..333ffb65c 100644 --- a/runsc/sandbox/network.go +++ b/runsc/sandbox/network.go @@ -33,13 +33,6 @@ import ( "gvisor.dev/gvisor/runsc/specutils" ) -const ( - // Annotations used to indicate whether the container corresponds to a - // pod or a container within a pod. - crioContainerTypeAnnotation = "io.kubernetes.cri-o.ContainerType" - containerdContainerTypeAnnotation = "io.kubernetes.cri.container-type" -) - // setupNetwork configures the network stack to mimic the local network // configuration. Docker uses network namespaces with vnets to configure the // network for the container. The untrusted app expects to see the same network -- cgit v1.2.3