Skip to content

Commit 32494c7

Browse files
author
Nathan Hawes
committed
RawSyntax: remove unused initializer
1 parent 9f0bb49 commit 32494c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/SwiftSyntax/RawSyntax.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ final class RawSyntax {
124124
}
125125
}).value
126126
}
127-
128-
/// Creates a copy of `other`.
129-
init(_ other: RawSyntax) {
130-
self.data = other.data
131-
self.presence = other.presence
132-
self.id = other.id
133-
}
134127

135128
init(kind: SyntaxKind, layout: [RawSyntax?], presence: SourcePresence,
136129
id: SyntaxNodeId? = nil) {

0 commit comments

Comments
 (0)