mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
revert caching of some large predicates that caused the DB size to increase too much
This commit is contained in:
@@ -76,10 +76,6 @@ module Stages {
|
||||
or
|
||||
exists(any(AstExtended::AstNode n).getParentNode())
|
||||
or
|
||||
any(AstExtended::AstNode n).contains(_)
|
||||
or
|
||||
exists(any(AstExtended::AstNode n).getAFlowNode())
|
||||
or
|
||||
exists(any(PyFlow::BasicBlock b).getImmediateDominator())
|
||||
or
|
||||
any(PyFlow::BasicBlock b).strictlyDominates(_)
|
||||
@@ -170,8 +166,6 @@ module Stages {
|
||||
exists(any(Flow::ControlFlowNode c).toString())
|
||||
or
|
||||
exists(any(ObjectInternal::ObjectInternal o).toString())
|
||||
or
|
||||
exists(any(ObjectAPI::Value::named(_)))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user