From a42e451e10bc7383c82933eb4073e70aaf5aaa8f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 16 May 2014 14:23:37 -0700 Subject: [PATCH] chore(graph/graph): remove dead code This code was introduced with commented out sections. Just delete them. Original commit: 18fc707fdf06aeb50fa5250f59f0ef4597d7cf73 Docker-DCO-1.1-Signed-off-by: Brandon Philips (github: philips) --- graph/graph.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/graph/graph.go b/graph/graph.go index 5de9cbe7a1..edca42f42b 100644 --- a/graph/graph.go +++ b/graph/graph.go @@ -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 := "/"