Browse Source

Merge pull request #5855 from philips/remove-dead-code

chore(graph/graph): remove dead code
unclejack 11 years ago
parent
commit
838d6a9e9b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      graph/graph.go

+ 0 - 2
graph/graph.go

@@ -265,8 +265,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 := "/"