mirror of
https://github.com/github/codeql.git
synced 2026-03-27 17:58:17 +01:00
Merge pull request #10486 from erik-krogh/java-unqueryable
Java: Delete some unused code
This commit is contained in:
@@ -61,7 +61,7 @@ module RegExpFlags {
|
||||
/**
|
||||
* Gets the flags for `root`, or the empty string if `root` has no flags.
|
||||
*/
|
||||
string getFlags(RegExpTerm root) {
|
||||
deprecated string getFlags(RegExpTerm root) {
|
||||
root.isRootTerm() and
|
||||
result = root.getLiteral().getFlags()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user