Skip to content

Commit

Permalink
Remove Identifier confirmance from FileNode
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Aug 30, 2024
1 parent 115b8f9 commit 4c1580e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CotEditor/Sources/FileNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c1580e

Please sign in to comment.