Remove obsolete bug.

The original bug is no longer relevant, and the FIXME here
contains lots of obsolete information.

PiperOrigin-RevId: 249924036
This commit is contained in:
Adin Scannell 2019-05-24 17:10:43 -07:00 committed by Shentubot
parent ed5793808e
commit 2165b77774
1 changed files with 0 additions and 3 deletions

View File

@ -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
}