mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
remove unused predicate from NfaUtilsSpecific.qll
This commit is contained in:
@@ -58,14 +58,6 @@ module RegExpFlags {
|
||||
root.getLiteral().isIgnoreCase()
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the flags for `root`, or the empty string if `root` has no flags.
|
||||
*/
|
||||
string getFlags(RegExpTerm root) {
|
||||
root.isRootTerm() and
|
||||
result = root.getLiteral().getFlags()
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `root` has the `s` flag for multi-line matching.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user