зеркало из https://github.com/github/codeql.git
CPP: delete the deprecated `AnalysedString` class
This commit is contained in:
Родитель
1c9f59e491
Коммит
689eda4dae
|
@ -27,9 +27,6 @@ predicate canValueFlow(Expr fromExpr, Expr toExpr) {
|
|||
fromExpr = toExpr.(ConditionalExpr).getElse()
|
||||
}
|
||||
|
||||
/** DEPRECATED: Alias for AnalyzedString */
|
||||
deprecated class AnalysedString = AnalyzedString;
|
||||
|
||||
/**
|
||||
* An analyzed null terminated string.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче