mount: remove unused DirEntry struct
This commit is contained in:
parent
8184ec4b70
commit
07ec8073fe
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue