mirror of
https://github.com/github/codeql.git
synced 2026-05-12 10:19:29 +02:00
Python: Remove excessive type pruning
This commit is contained in:
@@ -171,7 +171,7 @@ class CastNode extends Node {
|
||||
*/
|
||||
pragma[inline]
|
||||
predicate compatibleTypes(DataFlowType t1, DataFlowType t2) {
|
||||
none()
|
||||
any()
|
||||
}
|
||||
|
||||
DataFlowType getErasedRepr(DataFlowType t) { result = t }
|
||||
|
||||
Reference in New Issue
Block a user