Skip to content

Commit

Permalink
Kill unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharum committed Apr 14, 2023
1 parent 32c0b8a commit 0d762ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions file/gfilefs/gfile.go
Expand Up @@ -365,8 +365,7 @@ type directRead struct {
ioctx.ReaderAt
ioctx.Closer
}
r io.ReadSeeker
off int64
r io.ReadSeeker
}

var _ ioOps = (*directRead)(nil)
Expand Down

0 comments on commit 0d762ae

Please sign in to comment.