aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend_reverse/rpath.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-08 21:14:16 +0200
committerJakob Unterwurzacher2016-10-08 21:14:16 +0200
commite47577834bcb7bde3d06923f0feffc5ac5ca84dd (patch)
treeaf336040f553c2692e03f799f91d47ee54a09bac /internal/fusefrontend_reverse/rpath.go
parentf054353bd3b05ab0d3d024ec8fa809bc5fed1d08 (diff)
reverse: merge config translation check into isTranslatedConfig
Also get rid of useless isFiltered function.
Diffstat (limited to 'internal/fusefrontend_reverse/rpath.go')
-rw-r--r--internal/fusefrontend_reverse/rpath.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/fusefrontend_reverse/rpath.go b/internal/fusefrontend_reverse/rpath.go
index ca8c442..5288dcd 100644
--- a/internal/fusefrontend_reverse/rpath.go
+++ b/internal/fusefrontend_reverse/rpath.go
@@ -85,7 +85,3 @@ func (rfs *reverseFS) decryptPath(relPath string) (string, error) {
}
return filepath.Join(transformedParts...), nil
}
-
-func (rfs *reverseFS) isFiltered(relPath string) bool {
- return false
-}