Skip to content

Commit 14acc7f

Browse files
committed
unified: Fixup generated QL
The previous commit was generated from a wrong checkout
1 parent d6e8555 commit 14acc7f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • unified/ql/lib/codeql/unified

unified/ql/lib/codeql/unified/Ast.qll

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,10 +1654,6 @@ module Unified {
16541654
i = -1 and
16551655
name = "getPrecedence"
16561656
or
1657-
result = node.(OrPattern).getModifier(i) and name = "getModifier"
1658-
or
1659-
result = node.(OrPattern).getPattern(i) and name = "getPattern"
1660-
or
16611657
result = node.(Parameter).getDefault() and i = -1 and name = "getDefault"
16621658
or
16631659
result = node.(Parameter).getExternalName() and i = -1 and name = "getExternalName"
@@ -1686,7 +1682,7 @@ module Unified {
16861682
or
16871683
result = node.(SwitchCase).getModifier(i) and name = "getModifier"
16881684
or
1689-
result = node.(SwitchCase).getPattern() and i = -1 and name = "getPattern"
1685+
result = node.(SwitchCase).getPattern(i) and name = "getPattern"
16901686
or
16911687
result = node.(SwitchExpr).getCase(i) and name = "getCase"
16921688
or

0 commit comments

Comments
 (0)