We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e44585 commit 6dd3f7fCopy full SHA for 6dd3f7f
cpp/ql/lib/semmle/code/cpp/commons/Printf.qll
@@ -408,13 +408,6 @@ class FormatLiteral extends Literal {
408
*/
409
FormattingFunctionCall getUse() { result.getFormat() = this }
410
411
- /**
412
- * Holds if the default meaning of `%s` is a `wchar_t *`, rather than
413
- * a `char *` (either way, `%S` will have the opposite meaning).
414
- * DEPRECATED: Use getDefaultCharType() instead.
415
- */
416
- deprecated predicate isWideCharDefault() { this.getUse().getTarget().isWideCharDefault() }
417
-
418
/**
419
* Gets the default character type expected for `%s` by this format literal. Typically
420
* `char` or `wchar_t`.
0 commit comments