Browse code

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

chore(graph/graph): remove dead code

unclejack authored on 2014/05/30 10:51:12
Showing 1 changed files
... ...
@@ -265,8 +265,6 @@ func SetupInitLayer(initLayer string) error {
265 265
 		"/etc/hostname":    "file",
266 266
 		"/dev/console":     "file",
267 267
 		"/etc/mtab":        "/proc/mounts",
268
-		// "var/run": "dir",
269
-		// "var/lock": "dir",
270 268
 	} {
271 269
 		parts := strings.Split(pth, "/")
272 270
 		prev := "/"