Skip to content

Commit 7c210d1

Browse files
committed
Derp
1 parent d9abe32 commit 7c210d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/conversion/first.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ final class FirstPass : ASTVisitor
463463
withStatement.statementNoCaseNoDefault.endLocation);
464464
SemanticSymbol* symbol = allocateSemanticSymbol(WITH_SYMBOL_NAME,
465465
CompletionKind.withSymbol, symbolFile, s.startLocation, null);
466-
symbol.acSymbol.qualifier = SymbolQualifier.withSymbol;
467466
Log.trace("WithStatement bounds: ", s.startLocation, " ", s.endLocation);
468467
s.parent = currentScope;
469468
currentScope.children.insert(s);

0 commit comments

Comments
 (0)