Skip to content

Commit 60a22b7

Browse files
committed
QL: Remove redundant union part
1 parent f02912b commit 60a22b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/internal/AstNodes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ QL::AstNode toQL(AST::AstNode n) {
204204
class TPredicate =
205205
TCharPred or TClasslessPredicate or TClassPredicate or TDBRelation or TNewTypeBranch;
206206

207-
class TPredOrBuiltin = TPredicate or TNewTypeBranch or TBuiltin;
207+
class TPredOrBuiltin = TPredicate or TBuiltin;
208208

209209
class TBuiltin = TBuiltinClassless or TBuiltinMember;
210210

0 commit comments

Comments
 (0)