Minor code quality improvements

This commit is contained in:
Tamas Vajk
2021-01-07 09:19:13 +01:00
parent 04074c425b
commit e00db46d60
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ namespace Semmle.Extraction.Entities
return cx.SourceTree == null
? GeneratedLocation.Create(cx)
: Create(cx, Microsoft.CodeAnalysis.Location.Create(cx.SourceTree, TextSpan.FromBounds(0, 0)));
}
public override Microsoft.CodeAnalysis.Location? ReportingLocation => symbol;