mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 00:40:03 +01:00
mount: remove unused DirEntry struct
This commit is contained in:
parent
8184ec4b70
commit
07ec8073fe
@ -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 New Issue
Block a user