From b83ca08854822a5c49359a2eaa5e088e772ed0e4 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Mon, 26 Sep 2022 20:09:54 +0200 Subject: [PATCH] deprecate class documented as deprecated --- cpp/ql/lib/semmle/code/cpp/commons/Strcat.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/commons/Strcat.qll b/cpp/ql/lib/semmle/code/cpp/commons/Strcat.qll index 233963014b1..c9cd0b2ebdd 100644 --- a/cpp/ql/lib/semmle/code/cpp/commons/Strcat.qll +++ b/cpp/ql/lib/semmle/code/cpp/commons/Strcat.qll @@ -6,7 +6,7 @@ import cpp * A function that concatenates the string from its second argument * to the string from its first argument, for example `strcat`. */ -class StrcatFunction extends Function { +deprecated class StrcatFunction extends Function { StrcatFunction() { getName() = [