remove some test code I accidentially commited

This commit is contained in:
erik-krogh
2023-08-24 07:56:05 +02:00
parent 25e4f2c3a2
commit db2b8d4bcc

View File

@@ -862,12 +862,9 @@ module Make<RegexTreeViewSig TreeImpl> {
RegExpTerm repr;
State() {
(
this = Match(repr, _) or
this = Accept(repr) or
this = AcceptAnySuffix(repr)
) and
repr instanceof RelevantRegExpTerm
this = Match(repr, _) or
this = Accept(repr) or
this = AcceptAnySuffix(repr)
}
/**