mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Minor code quality improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user