Skip to content

Commit bc91e0f

Browse files
authored
Merge pull request #624 from Semmle/xiemaisi-patch-2
Approved by esben-semmle
2 parents 305b8a6 + 13a9903 commit bc91e0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/ql/src/Declarations/MixedStaticInstanceThisAccess.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ where
3535
fromKind = getKind(fromMethod) and
3636
toKind = getKind(toMethod) and
3737
toKind != fromKind and
38-
not toKind = fromKind and
3938

4039
// exceptions
4140
not (

0 commit comments

Comments
 (0)