mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #5855 from philips/remove-dead-code
chore(graph/graph): remove dead code
This commit is contained in:
commit
838d6a9e9b
1 changed files with 0 additions and 2 deletions
|
@ -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 := "/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue