C++: Remove outdated comment.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-02-27 12:16:32 +00:00
parent 85875c2879
commit 92f26027e1

View File

@@ -3,9 +3,6 @@
*/
private import cpp
// The `ValueNumbering` library has to be imported right after `cpp` to ensure
// that the cached IR gets the same checksum here as it does in queries that use
// `ValueNumbering` without `DataFlow`.
private import semmle.code.cpp.ir.ValueNumbering
private import semmle.code.cpp.ir.IR
private import semmle.code.cpp.controlflow.IRGuards