1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request 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

View file

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