From 7c210d1237904ca6493b807cbe9ef57f5205c134 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 22 Sep 2014 00:25:47 +0000 Subject: [PATCH] Derp --- src/conversion/first.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conversion/first.d b/src/conversion/first.d index 49f8b77..97743cd 100644 --- a/src/conversion/first.d +++ b/src/conversion/first.d @@ -463,7 +463,6 @@ final class FirstPass : ASTVisitor withStatement.statementNoCaseNoDefault.endLocation); SemanticSymbol* symbol = allocateSemanticSymbol(WITH_SYMBOL_NAME, CompletionKind.withSymbol, symbolFile, s.startLocation, null); - symbol.acSymbol.qualifier = SymbolQualifier.withSymbol; Log.trace("WithStatement bounds: ", s.startLocation, " ", s.endLocation); s.parent = currentScope; currentScope.children.insert(s);