chore(graph/graph): remove dead code
| ... | ... |
@@ -265,8 +265,6 @@ func SetupInitLayer(initLayer string) error {
|
| 265 | 265 |
"/etc/hostname": "file", |
| 266 | 266 |
"/dev/console": "file", |
| 267 | 267 |
"/etc/mtab": "/proc/mounts", |
| 268 |
- // "var/run": "dir", |
|
| 269 |
- // "var/lock": "dir", |
|
| 270 | 268 |
} {
|
| 271 | 269 |
parts := strings.Split(pth, "/") |
| 272 | 270 |
prev := "/" |