Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ public void AnalyzeMethod(SyntaxNodeAnalysisContext obj)

foreach (SyntaxToken token in body.DescendantTokens())
{
_ = GetShapeDetails(token);

// For every set of token_count contiguous tokens, create a hash and add it to a dictionary with some evidence.
(var hash, Evidence evidence) = rollingTokenSet.Add(new TokenInfo(token));

Expand Down
Loading