From 31247739d70e7b0dd75856abb67f4c459c00ed85 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Wed, 4 Nov 2020 15:16:08 +0100 Subject: [PATCH] Python: Remove unnecessary cached annotation from adjacentRefUse As discussed in https://github.com/github/codeql/pull/4544#pullrequestreview-516575676 --- python/ql/src/semmle/python/essa/SsaCompute.qll | 1 - 1 file changed, 1 deletion(-) 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 ) {