mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
JS: Remove global dependency that wasnt needed anyway
This commit is contained in:
@@ -1947,8 +1947,6 @@ module API {
|
||||
or
|
||||
name = any(DataFlow::PropRef pr).getPropertyName()
|
||||
or
|
||||
AccessPath::isAssignedInUniqueFile(name)
|
||||
or
|
||||
exists(AccessPath::getAnAssignmentTo(_, name))
|
||||
or
|
||||
name = DataFlow::PseudoProperties::arrayLikeElement()
|
||||
|
||||
Reference in New Issue
Block a user