shithub: mntgen

Download patch

ref: 78d3841fe254d3a843b08590cdce1d96da31cc47
parent: 8683c3275fca6a12ddf1813a877c7e7fb739a097
author: Alex Musolino <alex@musolino.id.au>
date: Tue Jan 3 12:45:09 EST 2023

remove unused interface type

--- a/mntgen.go
+++ b/mntgen.go
@@ -14,10 +14,6 @@
 
 var inodeCount uint64
 
-type Node interface {
-	fs.Node
-}
-
 type Dir struct {
 	Fs         *FS
 	Name       string