remove redundant inline type casts

This commit is contained in:
Erik Krogh Kristensen
2022-01-20 21:38:44 +01:00
parent b75c316c27
commit a235f8f023
4 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ where
) and
exists(Variable vrtmp |
vrtmp = fc.getArgument(0).(VariableAccess).getTarget() and
vrtmp = fctmp.getArgument(0).(AddressOfExpr).getAddressable().(Variable) and
vrtmp = fctmp.getArgument(0).(AddressOfExpr).getAddressable() and
not vrtmp instanceof Field
)
) and