mount: remove unused DirEntry struct

This commit is contained in:
Nick Craig-Wood 2017-10-29 11:44:29 +00:00
parent 8184ec4b70
commit 07ec8073fe

View file

@ -15,16 +15,6 @@ import (
"golang.org/x/net/context" "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 // Dir represents a directory entry
type Dir struct { type Dir struct {
*vfs.Dir *vfs.Dir