chore(fs): remove unused SymlinksSupported() method (#10684)

💀

Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
Jakob Borg
2026-05-09 10:48:53 +00:00
committed by GitHub
parent f3a9ee8ed6
commit f6c551fe87
7 changed files with 30 additions and 56 deletions
-4
View File
@@ -16,10 +16,6 @@ import (
"strings"
)
func (*BasicFilesystem) SymlinksSupported() bool {
return true
}
func (f *BasicFilesystem) CreateSymlink(target, name string) error {
name, err := f.rooted(name)
if err != nil {