diff --git a/python/ql/src/semmle/python/essa/SsaCompute.qll b/python/ql/src/semmle/python/essa/SsaCompute.qll index 60529d1ae78a..e035c3ae701c 100644 --- a/python/ql/src/semmle/python/essa/SsaCompute.qll +++ b/python/ql/src/semmle/python/essa/SsaCompute.qll @@ -446,7 +446,6 @@ private module SsaComputeImpl { * ``` */ pragma[nomagic] - cached private predicate adjacentRefUse( SsaSourceVariable v, BasicBlock b2, int i2, ControlFlowNode use1 ) {