mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
deprecate class documented as deprecated
This commit is contained in:
@@ -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() =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user