C++: Remove unneeded dataflow imports

This commit is contained in:
Jeroen Ketema
2023-12-01 21:11:22 +01:00
parent 4ef1fe49e3
commit b185efa9e4
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
*/
import cpp
import semmle.code.cpp.dataflow.DataFlow
import semmle.code.cpp.controlflow.Nullness
class StarOperator extends Operator {

View File

@@ -9,7 +9,6 @@
*/
import cpp
import semmle.code.cpp.dataflow.DataFlow as ASTDataFlow
import experimental.cryptography.Concepts
from HashAlgorithm alg, Expr confSink, string msg