aboutsummaryrefslogtreecommitdiff
path: root/lib/fs/filesystem.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fs/filesystem.go')
-rw-r--r--lib/fs/filesystem.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fs/filesystem.go b/lib/fs/filesystem.go
index f7232c9f7..d46e957ba 100644
--- a/lib/fs/filesystem.go
+++ b/lib/fs/filesystem.go
@@ -129,7 +129,6 @@ type Usage struct {
type Matcher interface {
Match(name string) ignoreresult.R
- SkipIgnoredDirs() bool
}
type Event struct {