target/arm: remove redundant code
authorDenis Rastyogin <gerben@altlinux.org>
Tue, 17 Dec 2024 15:05:39 +0000 (15:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2024 15:05:39 +0000 (15:05 +0000)
commit30c78658aa056ae5d3995b4680bcbba5fce2e092
tree36334b7cb4af224cd45ad8a5dec86f29112dc7e0
parent8032c78e556cd0baec111740a6c636863f9bd7c8
target/arm: remove redundant code

This call is redundant as it only retrieves a value that is not used further.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Denis Rastyogin <gerben@altlinux.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241212120618.518369-1-gerben@altlinux.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/vfp_helper.c