From 07ec8073fe77052e516f7173ae4be08616937627 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 29 Oct 2017 11:44:29 +0000 Subject: [PATCH] mount: remove unused DirEntry struct --- cmd/mount/dir.go | 10 ---------- 1 file changed, 10 deletions(-) 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