Skip to content

Commit 4629f48

Browse files
committed
removed comented-out code
1 parent b4f45bf commit 4629f48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rubberduck.CodeAnalysis/Inspections/Concrete/AssignmentNotUsedInspection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
3636
}
3737

3838
return nodes
39-
//.Where(n => !n.Context.TryGetChildContext<VBAParser.LExpressionContext>(out var lhs) || !lhs.TryGetChildContext<VBAParser.IndexExprContext>(out _))
4039
.Select(issue => new IdentifierReferenceInspectionResult(this, Description, State, issue))
4140
.ToList();
4241
}

0 commit comments

Comments
 (0)