shithub: mntgen

Download patch

ref: 67cc25a5e7e7042e5813fce8c203662af23b951e
parent: 1833a59599bf67892606916c56da3503be0a1c0a
author: Alex Musolino <alex@musolino.id.au>
date: Fri Dec 30 09:22:07 EST 2022

remove unused interface function

--- a/mntgen.go
+++ b/mntgen.go
@@ -18,7 +18,6 @@
 
 type Node interface {
 	fs.Node
-	GetDirentType() fuse.DirentType
 }
 
 type Dir struct {