mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
remove duplicated line
This commit is contained in:
@@ -98,8 +98,6 @@ predicate matchesEpsilon(RegExpTerm t) {
|
||||
matchesEpsilon(t.(RegExpBackRef).getGroup())
|
||||
or
|
||||
forex(RegExpTerm child | child = t.(RegExpSequence).getAChild() | matchesEpsilon(child))
|
||||
or
|
||||
t.(RegExpRange).getLowerBound() = 0
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user