Skip to content

Commit 931f9d8

Browse files
committed
woopsie
1 parent 2a6b7fd commit 931f9d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rubberduck.Parsing/VBA/ComponentParseTask.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ private ITokenStream RunAttributesPass(CancellationToken token, out IParseTree a
133133
{
134134
Logger.Trace($"ParseTaskID {_taskId} begins attributes pass.");
135135
ITokenStream attributesTokenStream;
136-
IParseTree attributesTree;
137136
attributes = _attributeParser.Parse(_component, token, out attributesTokenStream, out attributesTree);
138137
Logger.Trace($"ParseTaskID {_taskId} finished attributes pass.");
139138
return attributesTokenStream;

0 commit comments

Comments
 (0)