mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
remove some test code I accidentially commited
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user