mirror of
https://github.com/github/codeql.git
synced 2026-01-10 13:10:26 +01:00
remove redundant inline casts in arguments where the type is inferred by the call target
This commit is contained in:
@@ -78,5 +78,5 @@ private predicate tracking_step(ControlFlowNode src, ControlFlowNode dest) {
|
||||
or
|
||||
tracked_call_step(src, dest)
|
||||
or
|
||||
dest.refersTo(src.(Object))
|
||||
dest.refersTo(src)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user