chore(fs): remove unused SymlinksSupported() method (#10684)
💀 Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -23,10 +23,6 @@ import (
|
||||
|
||||
var errNotSupported = errors.New("symlinks not supported")
|
||||
|
||||
func (BasicFilesystem) SymlinksSupported() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (BasicFilesystem) ReadSymlink(path string) (string, error) {
|
||||
return "", errNotSupported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user