Commit 630f40de authored by Aaron Jacobs's avatar Aaron Jacobs

NotImplementedFileSystem.Destroy

parent 6fff9f3f
......@@ -147,3 +147,6 @@ func (fs *NotImplementedFileSystem) ReadSymlink(
err = fuse.ENOSYS
return
}
func (fs *NotImplementedFileSystem) Destroy() {
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment