From 42641d5849f39df15b7ef54d3bacdc5505e7b4c5 Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Sat, 27 Jul 2024 18:39:58 +0300 Subject: [PATCH] Remove unused import --- common/hash_data_adapter_xattr.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/hash_data_adapter_xattr.go b/common/hash_data_adapter_xattr.go index 882a4391d..b4a15c9eb 100644 --- a/common/hash_data_adapter_xattr.go +++ b/common/hash_data_adapter_xattr.go @@ -10,7 +10,6 @@ import ( "fmt" "golang.org/x/sys/unix" "path/filepath" - "strings" ) // ===== OS-Specific hash adapter changes =====