chore(fs): remove unused SymlinksSupported() method (#10684)
💀 Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user