Skip to content

Commit d1e71df

Browse files
committed
removed unused Sinks field in API.ParserState
1 parent dc9e4ab commit d1e71df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

RetailCoder.VBE/API/ParserState.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public sealed class ParserState : IParserState, IDisposable
5252
private RubberduckParserState _state;
5353
private AttributeParser _attributeParser;
5454
private RubberduckParser _parser;
55-
private Sinks _sinks;
5655
private VBE _vbe;
5756

5857
public ParserState()
@@ -156,10 +155,6 @@ public void Dispose()
156155
_state.StateChanged -= _state_StateChanged;
157156
}
158157

159-
if (_sinks != null)
160-
{
161-
_sinks.Dispose();
162-
}
163158

164159
_vbe.Release();
165160
_disposed = true;

0 commit comments

Comments
 (0)