diff options
Diffstat (limited to 'internal/fusefrontend/xattr_notlinux.go')
-rw-r--r-- | internal/fusefrontend/xattr_notlinux.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/fusefrontend/xattr_notlinux.go b/internal/fusefrontend/xattr_notlinux.go deleted file mode 100644 index aa9c981..0000000 --- a/internal/fusefrontend/xattr_notlinux.go +++ /dev/null @@ -1,8 +0,0 @@ -// +build !linux - -// Package fusefrontend interfaces directly with the go-fuse library. -package fusefrontend - -func disallowedXAttrName(attr string) bool { - return false -} |