From 93fb59a5411e201ee8e220853c44a98df5e55c55 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 6 Feb 2022 10:32:34 -0800 Subject: [PATCH] filesystem: remove an outdated comment --- filesystem/filesystem.go | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.39.5