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

chore(graph/graph): remove dead code
This commit is contained in:
unclejack 2014-05-30 04:51:12 +03:00
commit 838d6a9e9b
1 changed files with 0 additions and 2 deletions

View File

@ -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 := "/"