There was an error while loading. Please reload this page.
1 parent 0d2aa5b commit c6853aaCopy full SHA for c6853aa
1 file changed
unified/ql/lib/codeql/unified/internal/LocalNameBinding.qll
@@ -389,9 +389,6 @@ module Public {
389
*/
390
class PotentialLocalNameAccess extends Identifier {
391
PotentialLocalNameAccess() {
392
- this instanceof NameDeclaration
393
- or
394
- not this instanceof NameDeclaration and
395
not this = any(MemberAccessExpr e).getMemberNameNode() and
396
not this = any(Argument a).getNameNode() and
397
not this = any(Parameter p).getExternalNameNode() and
0 commit comments