From 2165b77774eaa40bb7d870fddea733cd899006b9 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Fri, 24 May 2019 17:10:43 -0700 Subject: [PATCH] Remove obsolete bug. The original bug is no longer relevant, and the FIXME here contains lots of obsolete information. PiperOrigin-RevId: 249924036 --- pkg/sentry/fs/dentry.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/sentry/fs/dentry.go b/pkg/sentry/fs/dentry.go index c0fc74723..7a2d4b180 100644 --- a/pkg/sentry/fs/dentry.go +++ b/pkg/sentry/fs/dentry.go @@ -83,9 +83,6 @@ type DirCtx struct { attrs map[string]DentAttr // DirCursor is the directory cursor. - // TODO(b/67778717): Once Handles are removed this can just live in the - // respective FileOperations implementations and not need to get - // plumbed everywhere. DirCursor *string }