mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
revert caching of some large predicates that caused the DB size to increase too much
This commit is contained in:
@@ -194,9 +194,7 @@ class ControlFlowNode extends @py_flow_node {
|
||||
BasicBlock getBasicBlock() { result.contains(this) }
|
||||
|
||||
/** Gets the scope containing this flow node */
|
||||
cached
|
||||
Scope getScope() {
|
||||
Stages::AST::ref() and
|
||||
if this.getNode() instanceof Scope
|
||||
then
|
||||
/* Entry or exit node */
|
||||
|
||||
Reference in New Issue
Block a user