Skip to content

Commit e210b10

Browse files
committed
Remove unused variable to suppress warning
1 parent d004d24 commit e210b10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ASTGen/Sources/ASTGen/Decls.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ extension ASTGenVisitor {
381381
var attrs = BridgedDeclAttributes()
382382

383383
// '@' attributes.
384-
var initContext: BridgedPatternBindingInitializer? = nil
385384
visitIfConfigElements(node.attributes, of: AttributeSyntax.self) { element in
386385
switch element {
387386
case .ifConfigDecl(let ifConfigDecl):

0 commit comments

Comments
 (0)