From c70633a0f7fe1c001b2eba56d689f3e8d65117c0 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Mon, 19 Jan 2026 11:41:26 +0000 Subject: [PATCH] C++: Fix Code Scanning alert. --- cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll b/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll index 71407a5f140..93153498598 100644 --- a/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll +++ b/cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll @@ -1056,8 +1056,6 @@ private module Cached { av.isNotNull() and result.isNonNullValue() } - private import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate as Private - private predicate barrierGuardChecks(IRGuardCondition g, Expr e, boolean gv, TKindModelPair kmp) { exists( SourceSinkInterpretationInput::InterpretNode n, Public::AcceptingValue acceptingvalue,