mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Make DataFlowType a singleton (remove workaround)
This commit is contained in:
@@ -247,9 +247,7 @@ predicate neverSkipInPathGraph(Node n) {
|
||||
|
||||
class DataFlowExpr = Expr;
|
||||
|
||||
private newtype TDataFlowType =
|
||||
TTodoDataFlowType() or
|
||||
TTodoDataFlowType2() // Add a dummy value to prevent bad functionality-induced joins arising from a type of size 1.
|
||||
private newtype TDataFlowType = TTodoDataFlowType()
|
||||
|
||||
class DataFlowType extends TDataFlowType {
|
||||
/** Gets a textual representation of this element. */
|
||||
|
||||
Reference in New Issue
Block a user