ruby: remove unused predicate from NfaUtilsSpecific

This commit is contained in:
erik-krogh
2022-09-19 14:48:56 +02:00
parent a4cd913aea
commit 0645b11cb1

View File

@@ -63,14 +63,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.
*/