Skip to content

Commit dab5be0

Browse files
committed
Get the Linq out of RubberduckParserState
1 parent 963e643 commit dab5be0

File tree

2 files changed

+373
-78
lines changed

2 files changed

+373
-78
lines changed

Rubberduck.Parsing/VBA/RubberduckParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public void Parse()
134134
parseTasks[i] = ParseAsync(components[i], CancellationToken.None);
135135
}
136136

137-
138137
Task.WaitAll(parseTasks);
139138

140139
if (_state.Status != ParserState.Error)

0 commit comments

Comments
 (0)