mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Dataflow: Replace ppReprType with DataFlowType.toString.
This commit is contained in:
@@ -2077,9 +2077,6 @@ DataFlowType getNodeType(Node n) {
|
||||
result = TUnknownDataFlowType()
|
||||
}
|
||||
|
||||
/** Gets a string representation of a `DataFlowType`. */
|
||||
string ppReprType(DataFlowType t) { none() }
|
||||
|
||||
pragma[inline]
|
||||
private predicate compatibleTypesNonSymRefl(DataFlowType t1, DataFlowType t2) {
|
||||
t1 != TUnknownDataFlowType() and
|
||||
|
||||
Reference in New Issue
Block a user