CPP: delete the deprecated AnalysedString class

This commit is contained in:
erik-krogh
2023-10-07 21:56:19 +02:00
parent 1c9f59e491
commit 689eda4dae

View File

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