CPP: delete the deprecated `AnalysedString` class

This commit is contained in:
erik-krogh 2023-10-07 21:56:19 +02:00
Родитель 1c9f59e491
Коммит 689eda4dae
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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.
*/