Commit 0bf98e92 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse: drop the serve.MountPoint method.

parent df20e4bf
......@@ -64,10 +64,6 @@ func (ms *Server) KernelSettings() raw.InitIn {
return s
}
func (ms *Server) MountPoint() string {
return ms.mountPoint
}
const _MAX_NAME_LEN = 20
// This type may be provided for recording latencies of each FUSE
......
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