diff --git a/CotEditor/Sources/FileNode.swift b/CotEditor/Sources/FileNode.swift index e91f4b5fed..2d271c6cdc 100644 --- a/CotEditor/Sources/FileNode.swift +++ b/CotEditor/Sources/FileNode.swift @@ -140,12 +140,6 @@ extension FileNode: Hashable { } -extension FileNode: Identifiable { - - var id: [String] { self.parents.map(\.name) + [self.name] } -} - - extension FileNode { /// Finds the node at the given `fileURL` in the node tree.