fs: unexport isListxattrPermissionError

This commit is contained in:
Michael Eischer
2024-08-31 17:37:25 +02:00
parent 80ed863aab
commit 263709da8c
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ func nodeFillExtendedAttributes(_ *restic.Node, _ string, _ bool) error {
return nil
}
// IsListxattrPermissionError is a no-op on netbsd.
func IsListxattrPermissionError(_ error) bool {
// isListxattrPermissionError is a no-op on netbsd.
func isListxattrPermissionError(_ error) bool {
return false
}