Skip to content

Commit 689eda4

Browse files
committed
CPP: delete the deprecated AnalysedString class
1 parent 1c9f59e commit 689eda4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/ql/lib/semmle/code/cpp/commons/StringAnalysis.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ predicate canValueFlow(Expr fromExpr, Expr toExpr) {
2727
fromExpr = toExpr.(ConditionalExpr).getElse()
2828
}
2929

30-
/** DEPRECATED: Alias for AnalyzedString */
31-
deprecated class AnalysedString = AnalyzedString;
32-
3330
/**
3431
* An analyzed null terminated string.
3532
*/

0 commit comments

Comments
 (0)