We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e46e43 + d8df38c commit 890da53Copy full SHA for 890da53
go/ql/lib/semmle/go/dataflow/internal/DataFlowPrivate.qll
@@ -246,9 +246,7 @@ predicate neverSkipInPathGraph(Node n) {
246
247
class DataFlowExpr = Expr;
248
249
-private newtype TDataFlowType =
250
- TTodoDataFlowType() or
251
- TTodoDataFlowType2() // Add a dummy value to prevent bad functionality-induced joins arising from a type of size 1.
+private newtype TDataFlowType = TTodoDataFlowType()
252
253
class DataFlowType extends TDataFlowType {
254
/** Gets a textual representation of this element. */
0 commit comments