JS: Remove default hasLocationInfo case

This commit is contained in:
Asger Feldthaus
2020-04-09 11:20:21 +01:00
parent 5da968e34c
commit 88667206fc

View File

@@ -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. */