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.
1 parent f04a85e commit d8df38cCopy full SHA for d8df38c
go/ql/lib/semmle/go/dataflow/internal/DataFlowPrivate.qll
@@ -247,9 +247,7 @@ predicate neverSkipInPathGraph(Node n) {
247
248
class DataFlowExpr = Expr;
249
250
-private newtype TDataFlowType =
251
- TTodoDataFlowType() or
252
- TTodoDataFlowType2() // Add a dummy value to prevent bad functionality-induced joins arising from a type of size 1.
+private newtype TDataFlowType = TTodoDataFlowType()
253
254
class DataFlowType extends TDataFlowType {
255
/** Gets a textual representation of this element. */
0 commit comments