mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
remove redundant inline type casts
This commit is contained in:
@@ -223,7 +223,7 @@ string captureParameterToParameterFlow(TargetAPI api) {
|
||||
|
|
||||
result =
|
||||
asTaintModel(api, parameterAccess(source.asParameter()),
|
||||
parameterAccess(sink.getPreUpdateNode().asExpr().(VarAccess).getVariable().(Parameter)))
|
||||
parameterAccess(sink.getPreUpdateNode().asExpr().(VarAccess).getVariable()))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user