Skip to content

Commit db2b8d4

Browse files
committed
remove some test code I accidentially commited
1 parent 25e4f2c commit db2b8d4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

shared/regex/codeql/regex/nfa/NfaUtils.qll

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -862,12 +862,9 @@ module Make<RegexTreeViewSig TreeImpl> {
862862
RegExpTerm repr;
863863

864864
State() {
865-
(
866-
this = Match(repr, _) or
867-
this = Accept(repr) or
868-
this = AcceptAnySuffix(repr)
869-
) and
870-
repr instanceof RelevantRegExpTerm
865+
this = Match(repr, _) or
866+
this = Accept(repr) or
867+
this = AcceptAnySuffix(repr)
871868
}
872869

873870
/**

0 commit comments

Comments
 (0)