diff --git a/cmd/mount/dir.go b/cmd/mount/dir.go index 3c89b39df..d71c8c71b 100644 --- a/cmd/mount/dir.go +++ b/cmd/mount/dir.go @@ -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