Explorar o código

chore(graph/graph): remove dead code

This code was introduced with commented out sections. Just delete them.

Original commit: 18fc707fdf06aeb50fa5250f59f0ef4597d7cf73

Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
Brandon Philips %!s(int64=11) %!d(string=hai) anos
pai
achega
a42e451e10
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      graph/graph.go

+ 0 - 2
graph/graph.go

@@ -263,8 +263,6 @@ func SetupInitLayer(initLayer string) error {
 		"/etc/hostname":    "file",
 		"/etc/hostname":    "file",
 		"/dev/console":     "file",
 		"/dev/console":     "file",
 		"/etc/mtab":        "/proc/mounts",
 		"/etc/mtab":        "/proc/mounts",
-		// "var/run": "dir",
-		// "var/lock": "dir",
 	} {
 	} {
 		parts := strings.Split(pth, "/")
 		parts := strings.Split(pth, "/")
 		prev := "/"
 		prev := "/"