delete outdated deprecations

This commit is contained in:
erik-krogh
2024-04-25 22:19:28 +02:00
parent aa80dd41da
commit baa31e1469
25 changed files with 1 additions and 829 deletions

View File

@@ -1162,14 +1162,6 @@ module Impl implements RegexTreeViewSig {
root.getLiteral().isIgnoreCase()
}
/**
* Gets the flags for `root`, or the empty string if `root` has no flags.
*/
additional deprecated string getFlags(RegExpTerm root) {
root.isRootTerm() and
result = root.getLiteral().getFlags()
}
/**
* Holds if `root` has the `s` flag for multi-line matching.
*/