remove unused predicate from NfaUtilsSpecific.qll

This commit is contained in:
erik-krogh
2022-09-20 12:38:34 +02:00
parent 91f9e89e95
commit bec381a1dc

View File

@@ -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.
*/