mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
Dataflow: Replace ppReprType with DataFlowType.toString.
This commit is contained in:
@@ -534,7 +534,7 @@ newtype TDataFlowType = TAnyFlow()
|
||||
|
||||
class DataFlowType extends TDataFlowType {
|
||||
/** Gets a textual representation of this element. */
|
||||
string toString() { result = "DataFlowType" }
|
||||
string toString() { result = "" }
|
||||
}
|
||||
|
||||
/** A node that performs a type cast. */
|
||||
@@ -578,9 +578,6 @@ DataFlowType getNodeType(Node node) {
|
||||
exists(node)
|
||||
}
|
||||
|
||||
/** Gets a string representation of a type returned by `getErasedRepr`. */
|
||||
string ppReprType(DataFlowType t) { none() }
|
||||
|
||||
//--------
|
||||
// Extra flow
|
||||
//--------
|
||||
|
||||
Reference in New Issue
Block a user