فهرست منبع

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

chore(graph/graph): remove dead code
unclejack 11 سال پیش
والد
کامیت
838d6a9e9b
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      graph/graph.go

+ 0 - 2
graph/graph.go

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