This commit is contained in:
Hackerpilot 2014-09-22 00:25:47 +00:00
parent d9abe32f6c
commit 7c210d1237
1 changed files with 0 additions and 1 deletions

View File

@ -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);