fs: unexport isListxattrPermissionError

This commit is contained in:
Michael Eischer 2024-07-21 15:03:17 +02:00
parent 80ed863aab
commit 263709da8c
5 changed files with 10 additions and 10 deletions

View file

@ -25,8 +25,8 @@ func nodeFillExtendedAttributes(_ *restic.Node, _ string, _ bool) error {
return nil
}
// IsListxattrPermissionError is a no-op on openbsd.
func IsListxattrPermissionError(_ error) bool {
// isListxattrPermissionError is a no-op on openbsd.
func isListxattrPermissionError(_ error) bool {
return false
}