mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
JS: Remove default hasLocationInfo case
This commit is contained in:
@@ -165,11 +165,7 @@ module DataFlow {
|
||||
predicate hasLocationInfo(
|
||||
string filepath, int startline, int startcolumn, int endline, int endcolumn
|
||||
) {
|
||||
filepath = "" and
|
||||
startline = 0 and
|
||||
startcolumn = 0 and
|
||||
endline = 0 and
|
||||
endcolumn = 0
|
||||
none()
|
||||
}
|
||||
|
||||
/** Gets the file this data flow node comes from. */
|
||||
|
||||
Reference in New Issue
Block a user