Skip to content

Commit b185efa

Browse files
committed
C++: Remove unneeded dataflow imports
1 parent 4ef1fe4 commit b185efa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-416/UseAfterExpiredLifetime.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313

1414
import cpp
15-
import semmle.code.cpp.dataflow.DataFlow
1615
import semmle.code.cpp.controlflow.Nullness
1716

1817
class StarOperator extends Operator {

cpp/ql/src/experimental/cryptography/example_alerts/WeakHashes.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010

1111
import cpp
12-
import semmle.code.cpp.dataflow.DataFlow as ASTDataFlow
1312
import experimental.cryptography.Concepts
1413

1514
from HashAlgorithm alg, Expr confSink, string msg

0 commit comments

Comments
 (0)