]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Remove an unnecessary local constant
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 28 May 2021 10:53:05 +0000 (12:53 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 9 Jul 2021 12:35:24 +0000 (12:35 +0000)
commit48096ca4ac832a7b596b89ed6750a2777f47afa6
tree28672b14fc85f9afe4e32622030b23e502c5d3e6
parent7e12d491ceff898275074486d6927b0d44a4b8c8
[Ada] Remove an unnecessary local constant

gcc/ada/

* sem_ch6.adb (Analyze_Expression_Function): A local Expr
constant was shadowing a global constant with the same name and
the same value.
gcc/ada/sem_ch6.adb