Skip to content

Commit c70633a

Browse files
committed
C++: Fix Code Scanning alert.
1 parent a11b271 commit c70633a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,6 @@ private module Cached {
10561056
av.isNotNull() and result.isNonNullValue()
10571057
}
10581058

1059-
private import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate as Private
1060-
10611059
private predicate barrierGuardChecks(IRGuardCondition g, Expr e, boolean gv, TKindModelPair kmp) {
10621060
exists(
10631061
SourceSinkInterpretationInput::InterpretNode n, Public::AcceptingValue acceptingvalue,

0 commit comments

Comments
 (0)