C++: Fix imports

This commit is contained in:
Simon Friis Vindum
2024-08-26 12:42:44 +02:00
parent 128053e214
commit d9dbcdba34
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,6 @@
import cpp
import semmle.code.cpp.valuenumbering.GlobalValueNumbering
import semmle.code.cpp.controlflow.Guards
import semmle.code.cpp.models.interfaces.NonThrowing
import semmle.code.cpp.models.implementations.NoexceptFunction
/** Gets the `Constructor` invoked when `newExpr` allocates memory. */