From 79e3b978d687bab820d6e37f0a2a9359354e9e77 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 13 Nov 2017 06:10:16 +0000 Subject: [PATCH] spec_unix.go: remove unneeded TODO (moby/moby#35442) Signed-off-by: Akihiro Suda --- spec_unix.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec_unix.go b/spec_unix.go index 957f90ef91..00e8149628 100644 --- a/spec_unix.go +++ b/spec_unix.go @@ -142,8 +142,6 @@ func createDefaultSpec(ctx context.Context, id string) (*specs.Spec, error) { }, }, Linux: &specs.Linux{ - // TODO (AkihiroSuda): unmask /sys/firmware on Windows daemon for LCOW support? - // https://github.com/moby/moby/pull/33241/files#diff-a1f5051ce84e711a2ee688ab9ded5e74R215 MaskedPaths: []string{ "/proc/kcore", "/proc/latency_stats",