Skip to content

Commit 3d01763

Browse files
committed
Swift: Remove empty string DataFlowType in PathNode.
1 parent bc08d67 commit 3d01763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ DataFlowType getNodeType(NodeImpl n) {
802802
}
803803

804804
/** Gets a string representation of a `DataFlowType`. */
805-
string ppReprType(DataFlowType t) { result = t.toString() }
805+
string ppReprType(DataFlowType t) { none() }
806806

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

0 commit comments

Comments
 (0)