diff options
-rw-r--r-- | pkg/sentry/fs/dentry.go | 3 |
1 files changed, 0 insertions, 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 } |