Skip to content

Commit 81ce6c7

Browse files
committed
Ruby: Remove empty string DataFlowType in PathNode.
1 parent bc08d67 commit 81ce6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ class DataFlowType extends TDataFlowType {
12791279
DataFlowType getNodeType(NodeImpl n) { result = TTodoDataFlowType() and exists(n) }
12801280

12811281
/** Gets a string representation of a `DataFlowType`. */
1282-
string ppReprType(DataFlowType t) { result = t.toString() }
1282+
string ppReprType(DataFlowType t) { none() }
12831283

12841284
/**
12851285
* Holds if `t1` and `t2` are compatible, that is, whether data can flow from

0 commit comments

Comments
 (0)