mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
chore(graph/graph): remove dead code
This code was introduced with commented out sections. Just delete them.
Original commit: 18fc707fdf
Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
This commit is contained in:
parent
00ce30bc74
commit
a42e451e10
1 changed files with 0 additions and 2 deletions
|
@ -263,8 +263,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 := "/"
|
||||
|
|
Loading…
Reference in a new issue