aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filesys/wfs.go')
-rw-r--r--weed/filesys/wfs.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go
index 41e953af3..6b3ef8f3c 100644
--- a/weed/filesys/wfs.go
+++ b/weed/filesys/wfs.go
@@ -226,14 +226,6 @@ func (wfs *WFS) Statfs(ctx context.Context, req *fuse.StatfsRequest, resp *fuse.
return nil
}
-func (wfs *WFS) cacheGet(path util.FullPath) *filer_pb.Entry {
- return nil
-}
-func (wfs *WFS) cacheSet(path util.FullPath, entry *filer_pb.Entry, ttl time.Duration) {
-}
-func (wfs *WFS) cacheDelete(path util.FullPath) {
-}
-
func (wfs *WFS) AdjustedUrl(hostAndPort string) string {
if !wfs.option.OutsideContainerClusterMode {
return hostAndPort