aboutsummaryrefslogtreecommitdiff
path: root/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem')
-rw-r--r--filesystem/filesystem.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go
index ab4badb..da6b9cc 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -585,7 +585,6 @@ func (m *Mount) AddLinkedProtector(descriptor string, dest *Mount) (bool, error)
return false, err
}
- // Right now, we only make links using UUIDs.
var newLink string
newLink, err = makeLink(dest)
if err != nil {