Skip to content

Commit 93fb59a

Browse files
committed
filesystem: remove an outdated comment
1 parent be16498 commit 93fb59a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

filesystem/filesystem.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ func (m *Mount) AddLinkedProtector(descriptor string, dest *Mount) (bool, error)
585585
return false, err
586586
}
587587

588-
// Right now, we only make links using UUIDs.
589588
var newLink string
590589
newLink, err = makeLink(dest)
591590
if err != nil {

0 commit comments

Comments
 (0)