Skip to content

Commit d201eb2

Browse files
yoffRasmusWL
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 59d611d commit d201eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ predicate compatibleTypes(DataFlowType t1, DataFlowType t2) {
222222
DataFlowType getNodeType(Node node) { result = TStringFlow() }
223223

224224
/** Gets a string representation of a type returned by `getErasedRepr`. */
225-
string ppReprType(DataFlowType t) { result = t.toString() }
225+
string ppReprType(DataFlowType t) { none() }
226226

227227
//--------
228228
// Extra flow

0 commit comments

Comments
 (0)