mount: remove unused DirEntry struct

s3-about
Nick Craig-Wood 2017-10-29 11:44:29 +00:00
parent 8184ec4b70
commit 07ec8073fe
1 changed files with 0 additions and 10 deletions

View File

@ -15,16 +15,6 @@ import (
"golang.org/x/net/context"
)
// DirEntry describes the contents of a directory entry
//
// It can be a file or a directory
//
// node may be nil, but o may not
type DirEntry struct {
o fs.DirEntry
node fusefs.Node
}
// Dir represents a directory entry
type Dir struct {
*vfs.Dir