mirror of
https://github.com/github/codeql.git
synced 2026-02-26 03:43:41 +01:00
delete outdated deprecations
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user