mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
This removes the import of the `Print` library in places that are used in production and not just debugging.
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
private import semmle.code.cpp.Print as Print
|
|
|
|
predicate getIdentityString = Print::getIdentityString/1;
|