File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
cpp/ql/lib/semmle/code/cpp/models/implementations Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ private class Printf extends FormattingFunction, AliasFunction {
23
23
24
24
override int getFormatParameterIndex ( ) { result = 0 }
25
25
26
- deprecated override predicate isWideCharDefault ( ) { hasName ( [ "wprintf" , "wprintf_s" ] ) }
27
-
28
26
override predicate isOutputGlobal ( ) { any ( ) }
29
27
30
28
override predicate parameterNeverEscapes ( int n ) { n = 0 }
@@ -49,8 +47,6 @@ private class Fprintf extends FormattingFunction {
49
47
50
48
override int getFormatParameterIndex ( ) { result = 1 }
51
49
52
- deprecated override predicate isWideCharDefault ( ) { hasName ( "fwprintf" ) }
53
-
54
50
override int getOutputParameterIndex ( boolean isStream ) { result = 0 and isStream = true }
55
51
}
56
52
You can’t perform that action at this time.
0 commit comments