Skip to content

Commit c6853aa

Browse files
committed
unified: Simplify charpred
1 parent 0d2aa5b commit c6853aa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

unified/ql/lib/codeql/unified/internal/LocalNameBinding.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ module Public {
389389
*/
390390
class PotentialLocalNameAccess extends Identifier {
391391
PotentialLocalNameAccess() {
392-
this instanceof NameDeclaration
393-
or
394-
not this instanceof NameDeclaration and
395392
not this = any(MemberAccessExpr e).getMemberNameNode() and
396393
not this = any(Argument a).getNameNode() and
397394
not this = any(Parameter p).getExternalNameNode() and

0 commit comments

Comments
 (0)